diff options
Diffstat (limited to 'security/zenmap/Makefile')
-rw-r--r-- | security/zenmap/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index e362a3e78ed6..efa5093e3240 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/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> |