From 613f235a09e734d756faf094f794b6371cdd59f5 Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 7 May 2004 21:56:02 +0000 Subject: Install the gzip.info file to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info. --- archivers/gzip-info/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/gzip-info') 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" -- cgit v1.2.3