pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/pax Changed values of some variables to "yes...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0bef703c843
branches: trunk
changeset: 494914:d0bef703c843
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue May 31 21:39:29 2005 +0000
description:
Changed values of some variables to "yes" instead of #defined.
diffstat:
archivers/pax/Makefile | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 80265e0cd3b9 -r d0bef703c843 archivers/pax/Makefile
--- a/archivers/pax/Makefile Tue May 31 21:35:13 2005 +0000
+++ b/archivers/pax/Makefile Tue May 31 21:39:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:44:49 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/05/31 21:39:29 rillig Exp $
#
DISTNAME= pax-20040802
@@ -10,14 +10,14 @@
HOMEPAGE= http://www.NetBSD.org/
COMMENT= POSIX standard archiver with many extensions
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
-NO_PKGTOOLS_REQD_CHECK= # defined
-NO_CHECKSUM= # defined
-NO_MTREE= # defined
-NO_PKG_REGISTER= # defined
+NO_PKGTOOLS_REQD_CHECK= yes
+NO_CHECKSUM= yes
+NO_MTREE= yes
+NO_PKG_REGISTER= yes
NO_PACKAGE= Deinstallation is not permitted
-PKG_PRESERVE= # defined
+PKG_PRESERVE= yes
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index