diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 12:38:06 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 12:38:06 +0000 |
commit | fe7ece28b51aa1eb42c34cf2bd9b34415804bbc7 (patch) | |
tree | 360545c83c05800ccbc83ebbe279ff7dbef51933 /security/saint | |
parent | 543c989464ab7b32b65420dfe13fbc1b7c2de3da (diff) |
Update maintainer email.
While I'm here, remove useless WRKSRC= define (bsd.port.mk handles this)
PR: 19323
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=29933
Diffstat (limited to 'security/saint')
-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 |