diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-31 21:39:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-31 21:39:29 +0000 |
commit | a695425c3e12b04cac05870bfaecbd4e45333f98 (patch) | |
tree | d3feb5df448030149b7aa4453475a50d22aa0503 /archivers | |
parent | 6a50d7260d3bef930b75a038b4fd05f1ace061fa (diff) | |
download | pkgsrc-a695425c3e12b04cac05870bfaecbd4e45333f98.tar.gz |
Changed values of some variables to "yes" instead of #defined.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pax/Makefile | 14 |
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" |