svn commit: r349782 - head/net/freebsd-uucp
Dirk Meyer
dinoex at FreeBSD.org
Mon Mar 31 17:50:38 UTC 2014
Author: dinoex
Date: Mon Mar 31 17:50:37 2014
New Revision: 349782
URL: http://svnweb.freebsd.org/changeset/ports/349782
QAT: https://qat.redports.org/buildarchive/r349782/
Log:
- fix path, so slave ports works
Modified:
head/net/freebsd-uucp/Makefile
Modified: head/net/freebsd-uucp/Makefile
==============================================================================
--- head/net/freebsd-uucp/Makefile Mon Mar 31 17:47:01 2014 (r349781)
+++ head/net/freebsd-uucp/Makefile Mon Mar 31 17:50:37 2014 (r349782)
@@ -80,7 +80,7 @@ do-configure:
-e "s=HAVE_ENCRYPTED_PASSWORDS.*=HAVE_ENCRYPTED_PASSWORDS 1=" \
${WRKSRC}/uucp/common_sources/policy.h
.endif
- @${CAT} pkg-message > ${WRKDIR}/pkg-message
+ @${CAT} ${MASTERDIR}/pkg-message > ${WRKDIR}/pkg-message
.if ${PORT_OPTIONS:MPAM}
@${ECHO_MSG} "" >> ${WRKDIR}/pkg-message
@${ECHO_MSG} "Add this lines to your pam.conf:" >> ${WRKDIR}/pkg-message
More information about the svn-ports-all
mailing list