summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-31 21:39:29 +0000
committerrillig <rillig@pkgsrc.org>2005-05-31 21:39:29 +0000
commitd67097247ad07565c2acb4be5484c21e3f551e60 (patch)
treed3feb5df448030149b7aa4453475a50d22aa0503 /archivers
parent0a6786cb3dff465e9e0522b8d0da31756a958b52 (diff)
downloadpkgsrc-d67097247ad07565c2acb4be5484c21e3f551e60.tar.gz
Changed values of some variables to "yes" instead of #defined.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/pax/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile
index efd20dd7437..7dba5640afe 100644
--- a/archivers/pax/Makefile
+++ b/archivers/pax/Makefile
@@ -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 @@ MAINTAINER= grant@NetBSD.org
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"