diff options
author | knu <knu@FreeBSD.org> | 2000-11-04 01:41:58 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-11-04 01:41:58 +0800 |
commit | f2bbd71f4992163055793112316769b63b8323d0 (patch) | |
tree | 0de51cbf2ab11af9c69bea433faf337902fdb2dc /security/saint/Makefile | |
parent | e8e8472ba6eb0c886c17e7f666279014efccb3ef (diff) | |
download | freebsd-ports-gnome-f2bbd71f4992163055793112316769b63b8323d0.tar.gz freebsd-ports-gnome-f2bbd71f4992163055793112316769b63b8323d0.tar.zst freebsd-ports-gnome-f2bbd71f4992163055793112316769b63b8323d0.zip |
Update to 3.1.
PR: ports/22580
Submitted by: Carl Johan Madestrand <cj@vallcom.net>
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 a6d0878cc470..df61e642e493 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= saint -PORTVERSION= 3.0 +PORTVERSION= 3.1 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.0 +WRKSRC= ${WRKDIR}/saint-3.1 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 |