diff options
author | joerg <joerg> | 2010-07-01 18:08:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-07-01 18:08:38 +0000 |
commit | 4b756388b10aaf498e5e278bee83ca58a29080ee (patch) | |
tree | b89fca7a745c5b76f9c05855429713214e40b5eb /sysutils | |
parent | 790f090606d6075eaff4e14dcd79909d3eb8771e (diff) | |
download | pkgsrc-4b756388b10aaf498e5e278bee83ca58a29080ee.tar.gz |
Fix tool reference leaks. Bump revision
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/etcutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/etcutils/Makefile b/sysutils/etcutils/Makefile index 82589427170..a559f2cc3e2 100644 --- a/sysutils/etcutils/Makefile +++ b/sysutils/etcutils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/07 09:13:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2010/07/01 18:08:38 joerg Exp $ # DISTNAME= etcutils-0.1 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/etcutils/0.1/ @@ -14,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=/etc +CONFIGURE_ARGS+= --sysconfdir=/etc SH=${SH} PKG_OPTIONS_VAR= PKG_OPTIONS.etcutils PKG_SUPPORTED_OPTIONS= tests |