aboutsummaryrefslogtreecommitdiffstats
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-10-27 08:08:17 +0800
committerache <ache@FreeBSD.org>1997-10-27 08:08:17 +0800
commitf9e450bb33fbb753d90df6315c4ca19fe13d7557 (patch)
tree22a6b3fa8a51d2c9ec2b49f77555dcdcb29d1e68 /mail/fetchmail
parent0f135bb8aa8b1dd5e74a9e8c8d3d68cd0d2d2991 (diff)
downloadfreebsd-ports-gnome-f9e450bb33fbb753d90df6315c4ca19fe13d7557.tar.gz
freebsd-ports-gnome-f9e450bb33fbb753d90df6315c4ca19fe13d7557.tar.zst
freebsd-ports-gnome-f9e450bb33fbb753d90df6315c4ca19fe13d7557.zip
${INSTALL} -> install
because install -C -d fails
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 1280ba7d6355..3cf1b528b1a1 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Oct 1996
# Whom: Ville Eerola <ve@sci.fi>
#
-# $Id: Makefile,v 1.47 1997/10/15 22:01:42 max Exp $
+# $Id: Makefile,v 1.48 1997/10/26 02:47:37 max Exp $
#
DISTNAME= fetchmail-4.3.2
@@ -27,7 +27,7 @@ post-patch:
@${CP} -f /usr/include/md5.h ${WRKSRC}
post-install:
- ${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
+ install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
cd ${WRKSRC} && ${INSTALL_DATA} \
sample.rcfile FAQ NOTES FEATURES README COPYING \
fetchmail-FAQ.html fetchmail-features.html \