diff options
author | reed <reed@pkgsrc.org> | 2004-05-07 21:56:02 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-07 21:56:02 +0000 |
commit | 613f235a09e734d756faf094f794b6371cdd59f5 (patch) | |
tree | bd47b60e833916ad115d0fca4d67b9c404647a71 | |
parent | 0c0ec81fd1f2b31aa23aebaca5bd7a57c3211cdc (diff) | |
download | pkgsrc-613f235a09e734d756faf094f794b6371cdd59f5.tar.gz |
Install the gzip.info file to ${PREFIX}/${INFO_DIR} instead of
${PREFIX}/info.
-rw-r--r-- | archivers/gzip-info/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile index e1075d22ab3..7f614f4997a 100644 --- a/archivers/gzip-info/Makefile +++ b/archivers/gzip-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/03/11 18:03:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2004/05/07 21:56:02 reed Exp $ DISTNAME= gzip-1.2.4a PKGNAME= gzip-info-1.2.4a @@ -19,6 +19,6 @@ NO_CONFIGURE= yes NO_BUILD= yes do-install: - ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/info + ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/${INFO_DIR} .include "../../mk/bsd.pkg.mk" |