diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
commit | 0a792d129c721bbf05ec4507020041dae7ccb939 (patch) | |
tree | 5443a6df79f666d3a39d8c4f9b5f89991dc6ce44 /mail/spambnc | |
parent | 0bfadbd86b2e8399c2d3221e66321fc0dc66cab1 (diff) | |
download | FreeBSD-ports-0a792d129c721bbf05ec4507020041dae7ccb939.zip FreeBSD-ports-0a792d129c721bbf05ec4507020041dae7ccb939.tar.gz |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'mail/spambnc')
-rw-r--r-- | mail/spambnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spambnc/Makefile b/mail/spambnc/Makefile index 0791b32..614f596 100644 --- a/mail/spambnc/Makefile +++ b/mail/spambnc/Makefile @@ -25,7 +25,7 @@ PLIST= ${WRKDIR}/.pkg-plist pre-install: @${RM} -f ${PLIST} - @(cd ${WRKDIR} && find -s . -type f | ${GREP} -v "^\.\/\." | \ + @(cd ${WRKDIR} && ${FIND} -s . -type f | ${GREP} -v "^\.\/\." | \ ${SED} -e 's,.,share/spambnc,1' >> ${PLIST}) @echo "%%PORTDOCS%%share/doc/spambnc/documentation.html" >> ${PLIST} @echo "@dirrm share/spambnc" >> ${PLIST} |