Revision
111790
Author
g5pw@macports.org
Date
2013-10-01 13:39:46 -0700 (Tue, 01 Oct 2013)

Log Message

textproc/doxygen:
  fix path in wixard variant
  closes #40559
  maintainer timeout

Modified Paths

Diff

Modified: trunk/dports/textproc/doxygen/Portfile (111789 => 111790)


--- trunk/dports/textproc/doxygen/Portfile	2013-10-01 20:38:38 UTC (rev 111789)
+++ trunk/dports/textproc/doxygen/Portfile	2013-10-01 20:39:46 UTC (rev 111790)
@@ -158,10 +158,6 @@
         reinplace "s|__APPLICATIONS_DIR__|${applications_dir}|" \
             ${worksrcpath}/addon/doxywizard/Makefile.in
 
-        # allow DESTROOT to work
-        reinplace "s|\$(INSTALL)|\$(DESTDIR)\$(INSTALL)|g" \
-            ${worksrcpath}/addon/doxywizard/Makefile.in
-
         # use the correct QMAKE command; the other should work, but
         # this one is guaranteed to.
         reinplace "s|QMAKE=qmake|QMAKE=${qt_qmake_cmd}|g" \