diff options
author | seb <seb@pkgsrc.org> | 2002-06-28 09:05:16 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-06-28 09:05:16 +0000 |
commit | b37de5b10e5155ca3e19df88296a41a8e587dcdb (patch) | |
tree | df4d2958d0775357358a9ba1bd2e4377f395676b /security/racoon | |
parent | 7d5fe93d6e784041e198e1d217ed5fa3600b7a64 (diff) | |
download | pkgsrc-b37de5b10e5155ca3e19df88296a41a8e587dcdb.tar.gz |
Add PKG_SYSCONFDIR to BUILD_DEFS.
Note: it was already as part of CONFIGURE_ENV value, this change only makes
it more "readable" IMHO.
Remove explicit addition of PKG_SYSCONFDIR to BUILD_DEFS in a couple of
Makefiles.
Diffstat (limited to 'security/racoon')
-rw-r--r-- | security/racoon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 70e6eb5f6ee..42d0facce74 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2002/06/25 06:53:39 itojun Exp $ +# $NetBSD: Makefile,v 1.52 2002/06/28 09:05:18 seb Exp $ # DISTNAME= racoon-20020507a @@ -17,7 +17,6 @@ IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" .endif BUILD_DEFS+= USE_INET6 -BUILD_DEFS+= PKG_SYSCONFDIR .include "../../mk/bsd.prefs.mk" USE_BUILDLINK_ONLY= yes |