[Midnightbsd-cvs] mports: Makefile: pkg-message prints out the fake path which is wrong.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Oct 18 18:29:26 EDT 2007
Log Message:
-----------
pkg-message prints out the fake path which is wrong.
Modified Files:
--------------
mports/security/pam_ldap:
Makefile (r1.2 -> r1.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/pam_ldap/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lsecurity/pam_ldap/Makefile -Lsecurity/pam_ldap/Makefile -u -r1.2 -r1.3
--- security/pam_ldap/Makefile
+++ security/pam_ldap/Makefile
@@ -35,7 +35,7 @@
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
post-install:
- @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \
+ @${SED} -e 's|%%PREFIX%%|${TRUE_PREFIX}|g' < ${PKGDIR}/pkg-message \
| /usr/bin/fmt 75 79 > ${PKGMESSAGE}
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list