diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-04-29 14:23:58 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-04-29 14:23:58 +0000 |
commit | 5cc7d0e9c01453a12e5b6ba3460a0b39a4a117ca (patch) | |
tree | c48a95ff35b20e86ea1258cd168f49af93e32dff /pkgtools/cwrappers | |
parent | a2de36f2cd60799556a741533985d0215f4cdaed (diff) | |
download | pkgsrc-5cc7d0e9c01453a12e5b6ba3460a0b39a4a117ca.tar.gz |
Remove USE_CWRAPPERS setting, now handled by _USE_CWRAPPERS logic.
Diffstat (limited to 'pkgtools/cwrappers')
-rw-r--r-- | pkgtools/cwrappers/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/cwrappers/Makefile b/pkgtools/cwrappers/Makefile index b5f5570b38c..147b3aefaea 100644 --- a/pkgtools/cwrappers/Makefile +++ b/pkgtools/cwrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/04/27 09:51:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2015/04/29 14:23:58 jperkin Exp $ PKGNAME= cwrappers-20150318 CATEGORIES= pkgtools sysutils @@ -15,7 +15,6 @@ INSTALLATION_DIRS= libexec/cwrappers .include "../../mk/bsd.prefs.mk" -USE_CWRAPPERS:= no CHECK_PERMS= no .if ${OPSYS} != "NetBSD" || !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*) |