[58987] trunk/dports/security/aide/Portfile

jmr at macports.org jmr at macports.org
Thu Oct 8 02:41:05 PDT 2009


Revision: 58987
          http://trac.macports.org/changeset/58987
Author:   jmr at macports.org
Date:     2009-10-08 02:41:02 -0700 (Thu, 08 Oct 2009)
Log Message:
-----------
aide: fix reinplace targets (#21920), switch to port: deps

Modified Paths:
--------------
    trunk/dports/security/aide/Portfile

Modified: trunk/dports/security/aide/Portfile
===================================================================
--- trunk/dports/security/aide/Portfile	2009-10-08 09:32:06 UTC (rev 58986)
+++ trunk/dports/security/aide/Portfile	2009-10-08 09:41:02 UTC (rev 58987)
@@ -27,17 +27,17 @@
 		--with-mhash --with-zlib \
 		--with-locale --disable-static
 
-depends_build     bin:bison:bison
-depends_lib       lib:libmhash:mhash \
-                  lib:libintl:gettext
+depends_build     port:bison
+depends_lib       port:mhash \
+                  port:gettext
 
 patchfiles        patch-Makefile.in.diff patch-src-Makefile.in.diff \
 			patch-doc-aide.conf.diff patch-doc-aide-check.cron.diff
 post-patch {
 	reinplace "s|@@LOCALEDIR@@|${prefix}/share/locale|g" \
-		Makefile.in src/Makefile.in
+		${worksrcpath}/Makefile.in ${worksrcpath}/src/Makefile.in
 	reinplace "s|%%PREFIX%%|${prefix}|g" \
-		doc/aide-check.cron doc/aide.conf
+		${worksrcpath}/doc/aide-check.cron ${worksrcpath}/doc/aide.conf
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091008/4e652265/attachment.html>


More information about the macports-changes mailing list