diff options
author | itojun <itojun@pkgsrc.org> | 2001-08-02 15:25:15 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-08-02 15:25:15 +0000 |
commit | f36045ed80ce9c4cff7f24379995accf28b1a8ea (patch) | |
tree | fc621ffc63639d1fe848602de66eacf293fee32a /security/racoon | |
parent | 7b4939bd8e690042053f5a886f058fc2c4056fa3 (diff) | |
download | pkgsrc-f36045ed80ce9c4cff7f24379995accf28b1a8ea.tar.gz |
embed pkg version into binary to help diagnosis.
Diffstat (limited to 'security/racoon')
-rw-r--r-- | security/racoon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 2c31e0df1cd..c63d97cd51d 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2001/08/02 12:22:54 itojun Exp $ +# $NetBSD: Makefile,v 1.38 2001/08/02 15:25:15 itojun Exp $ # DISTNAME= racoon-20010802a @@ -39,6 +39,7 @@ CONFIGURE_ARGS+=--enable-ipv6 CONFIGURE_ARGS+=--disable-ipv6 .endif CONFIGURE_ARGS+=--sysconfdir=/etc/racoon +CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20010802a pre-configure: (cd ${WRKSRC}/../libipsec; ${MAKE}) |