diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-03-07 21:23:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-03-07 21:23:51 +0000 |
commit | 455a08229f633fe15d2f54ff0f6603f211a6a011 (patch) | |
tree | 6d291a1cb1682e5c0d0bbaf9f179636650676c69 /mail | |
parent | 9c0c02d9200c6ba8e321f912e16edde77765243a (diff) | |
download | pkgsrc-455a08229f633fe15d2f54ff0f6603f211a6a011.tar.gz |
Use INSTALL_*_DIR macros.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index d8b4454b481..f23ef8a9b8b 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -4,7 +4,7 @@ # Date created: 03 September 1994 # Whom: mr # -# $NetBSD: Makefile,v 1.7 1998/02/12 00:26:27 tv Exp $ +# $NetBSD: Makefile,v 1.8 1998/03/07 21:24:14 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -49,8 +49,7 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/pine.conf.fixed ${PREFIX}/lib/pine.conf.fixed post-install: - install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ - ${PREFIX}/share/doc/pine + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pine cd ${WRKSRC} && \ ${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine |