[116154] trunk/dports/textproc/c2html

sean at macports.org sean at macports.org
Sun Jan 19 14:45:47 PST 2014


Revision: 116154
          https://trac.macports.org/changeset/116154
Author:   sean at macports.org
Date:     2014-01-19 14:45:47 -0800 (Sun, 19 Jan 2014)
Log Message:
-----------
c2html: fix files that were bypassing destroot; fixes #42193

Modified Paths:
--------------
    trunk/dports/textproc/c2html/Portfile
    trunk/dports/textproc/c2html/files/patch-Makefile.in.diff

Modified: trunk/dports/textproc/c2html/Portfile
===================================================================
--- trunk/dports/textproc/c2html/Portfile	2014-01-19 22:12:53 UTC (rev 116153)
+++ trunk/dports/textproc/c2html/Portfile	2014-01-19 22:45:47 UTC (rev 116154)
@@ -5,6 +5,7 @@
 
 name                c2html
 version             0.9.6
+revision            1
 epoch               1
 categories          textproc
 maintainers         toby

Modified: trunk/dports/textproc/c2html/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/textproc/c2html/files/patch-Makefile.in.diff	2014-01-19 22:12:53 UTC (rev 116153)
+++ trunk/dports/textproc/c2html/files/patch-Makefile.in.diff	2014-01-19 22:45:47 UTC (rev 116154)
@@ -1,6 +1,6 @@
 --- Makefile.in.orig	2011-12-15 18:30:18.000000000 -0600
 +++ Makefile.in	2011-12-15 18:36:53.000000000 -0600
-@@ -50,13 +50,13 @@
+@@ -50,13 +50,14 @@
  INSTALL         = @INSTALL@
  INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_DATA    = @INSTALL_DATA@
@@ -8,11 +8,14 @@
 +prefix          = $(DESTDIR)@prefix@
  exec_prefix     = ${prefix}
  bindir          = @bindir@
- mandir          = @mandir@
- man1dir         = @mandir@/man1
+-mandir          = @mandir@
++mandir          = $(DESTDIR)@mandir@
+-man1dir         = @mandir@/man1
++man1dir         = $(mandir)/man1
  srcdir          = @srcdir@
 -docdir          = @DOCDIR@
-+docdir          = @datadir@/doc
++docdir          = @datadir@/doc/c2html
++datarootdir     = @datarootdir@
  CPPFLAGS        = @CPPFLAGS@
  
  CFLAGS += -O2 -Wall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140119/c1b1020b/attachment.html>


More information about the macports-changes mailing list