diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-01-25 06:13:53 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-01-25 06:13:53 +0000 |
commit | 01f239ee0ff9d6fdaf93d170c3dd893e02c705a7 (patch) | |
tree | 10b9158e221314cde56c0362c1e4f84b00928e20 /security/ipsec-tools | |
parent | 3fe4df5dd41bc591de7e7dc4154160ea8981d340 (diff) | |
download | ports-01f239ee0ff9d6fdaf93d170c3dd893e02c705a7.tar.gz ports-01f239ee0ff9d6fdaf93d170c3dd893e02c705a7.zip |
Notes
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r-- | security/ipsec-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index e12c80231fa9..6f45495ad0ac 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -11,7 +11,7 @@ PORTNAME= ipsec-tools PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF @@ -61,7 +61,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if ${OSVERSION} < 900007 -EXTRA_PATCHES=files/patch8-utmp.diff +EXTRA_PATCHES= ${FILESDIR}/patch8-utmp.diff .endif .ifdef(WITH_DEBUG) |