diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-12-28 00:08:17 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-12-28 00:08:17 +0800 |
commit | e798bd196bee19a5192a357a1c64c72f7cbb501d (patch) | |
tree | 5a594c0441d6c424a8f622c0baf736d29549ba51 /security/saint/Makefile | |
parent | b933a030362f4579fab42ec6f0987773c2053834 (diff) | |
download | freebsd-ports-gnome-e798bd196bee19a5192a357a1c64c72f7cbb501d.tar.gz freebsd-ports-gnome-e798bd196bee19a5192a357a1c64c72f7cbb501d.tar.zst freebsd-ports-gnome-e798bd196bee19a5192a357a1c64c72f7cbb501d.zip |
Update to 3.1.2
PR: 23886
Submitted by: MAINTAINER
Diffstat (limited to 'security/saint/Makefile')
-rw-r--r-- | security/saint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/saint/Makefile b/security/saint/Makefile index f9efee52ee1e..b200c4650ebf 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= saint -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= security MASTER_SITES= ftp://ftp.wwdsi.com/pub/saint/ \ http://www.wwdsi.com/saint/downloads/ @@ -18,7 +18,7 @@ BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap USE_PERL5= yes MANCOMPRESSED= no MAN1= saint.1 -WRKSRC= ${WRKDIR}/saint-3.1.1 +WRKSRC= ${WRKDIR}/saint-3.1.2 GNU_CONFIGURE= yes MAKE_ENV= "LIBS=-lrpcsvc" "XFLAGS=-g -O2 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 " "RPCGEN=/usr/bin/rpcgen" INSTALL_TARGET= all |