diff options
author | alex <alex@FreeBSD.org> | 2000-06-28 20:38:06 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-28 20:38:06 +0800 |
commit | 25854433e9bba1db39d5d453bc15b4a149122cbd (patch) | |
tree | 14e47b1df8e93929c33700ca43a98c8551f7b692 /security | |
parent | 715e92d029c02d13b5036e8802f79b8296642544 (diff) | |
download | freebsd-ports-gnome-25854433e9bba1db39d5d453bc15b4a149122cbd.tar.gz freebsd-ports-gnome-25854433e9bba1db39d5d453bc15b4a149122cbd.tar.zst freebsd-ports-gnome-25854433e9bba1db39d5d453bc15b4a149122cbd.zip |
Update maintainer email.
While I'm here, remove useless WRKSRC= define (bsd.port.mk handles this)
PR: 19323
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/saint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/saint/Makefile b/security/saint/Makefile index ba739a0d1bed..76a641792f43 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -12,12 +12,11 @@ MASTER_SITES= ftp://ftp.wwdsi.com/pub/saint/ \ http://www.wwdsi.com/saint/downloads/ \ ftp://ukug.uk.freebsd.org/pub/lord_cj/ -MAINTAINER= calle.madestrand@norrgarden.se +MAINTAINER= cj@vallcom.net RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap USE_PERL5= yes -WRKSRC= ${WRKDIR}/saint-2.1 MAKE_ENV= XFLAGS="DAUTH_GID_T=int -DSYS_ERRLIST_DECLARED -DFDSETSIZE=2048" ALL_TARGET= freebsd INSTALL_TARGET= all |