summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-27 00:53:10 +0000
committerheinz <heinz>2004-01-27 00:53:10 +0000
commitc4a746650ec3ce51092f46b30440ee814f6dbcaa (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /comms
parentd8e3f2f0d5830a73b60fbd37e5d63bfc0282c3c6 (diff)
downloadpkgsrc-c4a746650ec3ce51092f46b30440ee814f6dbcaa.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'comms')
-rw-r--r--comms/fidogate/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile
index 71dcea01f3a..ab447c620e6 100644
--- a/comms/fidogate/Makefile
+++ b/comms/fidogate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/01/22 07:51:12 grant Exp $
+# $NetBSD: Makefile,v 1.30 2004/01/27 00:53:12 heinz Exp $
#
DISTNAME= fidogate-4.4.5
@@ -54,9 +54,9 @@ pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/fidogate/sendmail/mailer
post-install:
- cd ${WRKSRC}/examples && for f in `${FIND} [m-p]* -type d`; do \
+ cd ${WRKSRC}/examples && for f in `${FIND} [m-p]* -type d -print`; do \
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fidogate/$$f; done
- cd ${WRKSRC}/examples && for f in `${FIND} README [m-p]* -type f`; do \
+ cd ${WRKSRC}/examples && for f in `${FIND} README [m-p]* -type f -print`; do \
${INSTALL_DATA} $$f ${PREFIX}/share/examples/fidogate/$$f; done
cd ${WRKSRC}/sendmail/mailer && ${INSTALL_DATA} ffx.m4 ftn.m4 \
${PREFIX}/share/fidogate/sendmail/mailer