summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorreed <reed>2004-05-07 21:56:02 +0000
committerreed <reed>2004-05-07 21:56:02 +0000
commitd1762344cf2755a6559d96f2ea1f62f1549d5756 (patch)
treebd47b60e833916ad115d0fca4d67b9c404647a71 /archivers
parent6936b1f92c69fd38f65e92316fe7928379e411ba (diff)
downloadpkgsrc-d1762344cf2755a6559d96f2ea1f62f1549d5756.tar.gz
Install the gzip.info file to ${PREFIX}/${INFO_DIR} instead of
${PREFIX}/info.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gzip-info/Makefile4
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"