pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/gzip-info Install the gzip.info file to ${PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86df0df52249
branches:  trunk
changeset: 474942:86df0df52249
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri May 07 21:56:02 2004 +0000

description:
Install the gzip.info file to ${PREFIX}/${INFO_DIR} instead of
${PREFIX}/info.

diffstat:

 archivers/gzip-info/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9bc1fc7d41b9 -r 86df0df52249 archivers/gzip-info/Makefile
--- a/archivers/gzip-info/Makefile      Fri May 07 21:41:43 2004 +0000
+++ b/archivers/gzip-info/Makefile      Fri May 07 21:56:02 2004 +0000
@@ -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_BUILD=      yes
 
 do-install:
-       ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/info
+       ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/${INFO_DIR}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index