diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-10 18:49:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-10 18:49:15 +0000 |
commit | dd9bcb203f6387ce3240bc86b793cb21effa16b7 (patch) | |
tree | 10278aca06184cdce3e833f3f8fd02c8bc66afd1 /security/nmapfe | |
parent | e2598c5d8c0234b6e5fbde3f041453982a525dc0 (diff) | |
download | ports-dd9bcb203f6387ce3240bc86b793cb21effa16b7.tar.gz ports-dd9bcb203f6387ce3240bc86b793cb21effa16b7.zip |
Notes
Diffstat (limited to 'security/nmapfe')
-rw-r--r-- | security/nmapfe/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile index efa5093e3240..f0bbbfcec99e 100644 --- a/security/nmapfe/Makefile +++ b/security/nmapfe/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 |