summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-02-24 02:25:22 +0000
committerhubertf <hubertf>2001-02-24 02:25:22 +0000
commit4b2ae238104f71b2636ecd150984643f6905c600 (patch)
tree776adb8efafa9178f5006d97a932a1723df1333e
parent12f751bd1807432b4fdd45113eb061afa22c34db (diff)
downloadpkgsrc-4b2ae238104f71b2636ecd150984643f6905c600.tar.gz
First round of cleaning up INSTALL usage:
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
-rw-r--r--mail/fetchmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index a362b510220..6a62733381e 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2001/02/17 18:24:46 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2001/02/24 02:25:22 hubertf Exp $
#
DISTNAME= fetchmail-5.6.0
@@ -60,7 +60,7 @@ post-build:
tbl ${WRKSRC}/fetchmail.tbl >${WRKSRC}/fetchmail.man
post-install:
- ${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
+ ${INSTALL_DATA_DIR} ${FDOC}
cd ${WRKSRC} && ${INSTALL_DATA} \
sample.rcfile FAQ NOTES FEATURES README COPYING \
fetchmail-FAQ.html fetchmail-features.html \