diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-14 23:38:39 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-14 23:38:39 +0800 |
commit | c2202ef6a50f85f5bb23b58ec65a404fec632c21 (patch) | |
tree | 4e66b449baf3aef3c5d54461b9ba1fab8a49b637 /security/ipguard | |
parent | a9cc54f18e7973901a693eed5d011ae33de797fc (diff) | |
download | freebsd-ports-gnome-c2202ef6a50f85f5bb23b58ec65a404fec632c21.tar.gz freebsd-ports-gnome-c2202ef6a50f85f5bb23b58ec65a404fec632c21.tar.zst freebsd-ports-gnome-c2202ef6a50f85f5bb23b58ec65a404fec632c21.zip |
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'security/ipguard')
-rw-r--r-- | security/ipguard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ipguard/Makefile b/security/ipguard/Makefile index 6ea2b7bf2d73..242329ee09c9 100644 --- a/security/ipguard/Makefile +++ b/security/ipguard/Makefile @@ -3,7 +3,7 @@ PORTNAME= ipguard PORTVERSION= 1.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://ipguard.deep.perm.ru/files/ http://deep.perm.ru/files/ipguard/ |