diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-02-02 14:41:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-02-02 14:41:18 +0000 |
commit | d6161763ee5bfaf3ac8746036f9f8770d5d54b68 (patch) | |
tree | 0e8b12cf03030b8fe312142964590f376818ccb4 /mail | |
parent | 560d6e07ced5aaf17fea15cadf46e9da084476d2 (diff) | |
download | ports-d6161763ee5bfaf3ac8746036f9f8770d5d54b68.tar.gz ports-d6161763ee5bfaf3ac8746036f9f8770d5d54b68.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 0749164328f6..864c342869ed 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -4,7 +4,7 @@ # Date created: 03 September 1994 # Whom: mr # -# $Id: Makefile,v 1.20 1997/02/06 08:45:06 asami Exp $ +# $Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp $ # DISTNAME= pine3.96 @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org MAN1= pine.1 pico.1 pilot.1 post-install: - install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ + ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ ${PREFIX}/share/doc/pine cd ${WRKSRC} && \ ${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine |