summaryrefslogtreecommitdiff
path: root/security/nmapfe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/nmapfe/Makefile')
-rw-r--r--security/nmapfe/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile
index e362a3e78ed6..efa5093e3240 100644
--- a/security/nmapfe/Makefile
+++ b/security/nmapfe/Makefile
@@ -23,14 +23,11 @@ RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
USE_XLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
-MAKE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-
-post-extract:
- @${RM} -rf ${WRKSRC}/libpcap*
+CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
+WRKSRC:= ${WRKDIR}/${DISTNAME}/nmapfe
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nmapfe/nmapfe ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/nmapfe ${PREFIX}/bin
cd ${PREFIX}/bin && ${LN} -f nmapfe xnmap
.include <bsd.port.post.mk>