summaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-03-07 21:23:51 +0000
committerhubertf <hubertf>1998-03-07 21:23:51 +0000
commit00b6abcf7c42b5d1acc86e116f12973f7bbc1cb3 (patch)
tree6d291a1cb1682e5c0d0bbaf9f179636650676c69 /archivers/unzip
parentafe2170e9a86367f7b62fd6a3c8e967929aeb727 (diff)
downloadpkgsrc-00b6abcf7c42b5d1acc86e116f12973f7bbc1cb3.tar.gz
Use INSTALL_*_DIR macros.
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index cc2aa64eea5..0bcb80dbe27 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 October 1994
# Whom: jmz
#
-# $NetBSD: Makefile,v 1.4 1998/01/15 14:11:18 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/03/07 21:24:05 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp
#
@@ -27,7 +27,7 @@ do-install:
${INSTALL_SCRIPT} zipgrep ${PREFIX}/bin
cd ${WRKSRC}/unix && \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
- install -d -m 555 -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/share/doc/unzip
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unzip
cd ${WRKSRC} && \
${INSTALL_DATA} README WHERE COPYING ${PREFIX}/share/doc/unzip