diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /security/yersinia/Makefile | |
parent | - Add goocanvas (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes
Notes:
svn path=/head/; revision=175261
Diffstat (limited to 'security/yersinia/Makefile')
-rw-r--r-- | security/yersinia/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index ba90dfc188a4..70db8301fe6f 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -7,6 +7,7 @@ PORTNAME= yersinia PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.yersinia.net/download/ @@ -16,7 +17,7 @@ COMMENT= Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...) BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet .if !defined(WITHOUT_GTK) -.if exists(${X11BASE}/include/gtk-2.0/gtk/gtk.h) +.if exists(${LOCALBASE}/include/gtk-2.0/gtk/gtk.h) WITH_GTK= true .endif .endif @@ -41,7 +42,7 @@ MAN8= yersinia.8 PLIST_FILES= sbin/yersinia do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${TARGETDIR}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${TARGETDIR}/man/man8/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${PREFIX}/sbin/ + ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${PREFIX}/man/man8/ .include <bsd.port.post.mk> |