diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-11 02:49:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-11 02:49:15 +0800 |
commit | ebe8c080f6ccd9588ea63e088e0d39b8e7aaebc7 (patch) | |
tree | 16670f0215332f9c889bf794b5c2d9b9e8646281 /security/zenmap | |
parent | e06f6b6fd58d4acd343900618d6641b6d602af54 (diff) | |
download | freebsd-ports-graphics-ebe8c080f6ccd9588ea63e088e0d39b8e7aaebc7.tar.gz freebsd-ports-graphics-ebe8c080f6ccd9588ea63e088e0d39b8e7aaebc7.tar.zst freebsd-ports-graphics-ebe8c080f6ccd9588ea63e088e0d39b8e7aaebc7.zip |
Upgrade to 0.9.5.
Diffstat (limited to 'security/zenmap')
-rw-r--r-- | security/zenmap/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index efa5093e324..f0bbbfcec99 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -7,11 +7,10 @@ # $FreeBSD$ # -DISTNAME= nmap-2.3BETA5 -PKGNAME= nmapfe-19990907 +DISTNAME= nmapfe-0.9.5 CATEGORIES= security net -MASTER_SITES= http://www.insecure.org/nmap/dist/ \ - ftp://relay.nuxi.com/pub/misc/ +MASTER_SITES= http://codebox.net/download/ \ + http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org @@ -24,7 +23,7 @@ RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" -WRKSRC:= ${WRKDIR}/${DISTNAME}/nmapfe +WRKSRC:= ${WRKDIR}/nmapfe do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nmapfe ${PREFIX}/bin |