pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/gzip Previous commit should have included bs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62c233fba2ed
branches:  trunk
changeset: 651704:62c233fba2ed
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sat May 09 23:00:39 2015 +0000

description:
Previous commit should have included bsd.prefs.mk not bsd.options.mk

diffstat:

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

diffs (18 lines):

diff -r 3190f13a3a73 -r 62c233fba2ed archivers/gzip/Makefile
--- a/archivers/gzip/Makefile   Sat May 09 22:49:56 2015 +0000
+++ b/archivers/gzip/Makefile   Sat May 09 23:00:39 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2015/05/05 00:13:36 sevan Exp $
+# $NetBSD: Makefile,v 1.34 2015/05/09 23:00:39 sevan Exp $
 
 DISTNAME=      gzip-1.6
 CATEGORIES=    archivers
@@ -19,7 +19,7 @@
 INFO_FILES=    yes
 CHECK_PERMS=   no      # can't depend on checkperms; it's distfile is gzipped
 
-.include "../../mk/bsd.options.mk"
+.include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "AIX"
 #bug 20453 in bug-gzip list, passed onto gnulib



Home | Main Index | Thread Index | Old Index