diff options
author | hubertf <hubertf> | 1998-03-07 21:23:51 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-03-07 21:23:51 +0000 |
commit | 00b6abcf7c42b5d1acc86e116f12973f7bbc1cb3 (patch) | |
tree | 6d291a1cb1682e5c0d0bbaf9f179636650676c69 /archivers/unzip/Makefile | |
parent | afe2170e9a86367f7b62fd6a3c8e967929aeb727 (diff) | |
download | pkgsrc-00b6abcf7c42b5d1acc86e116f12973f7bbc1cb3.tar.gz |
Use INSTALL_*_DIR macros.
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
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 |