diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
commit | 92103d6d5cd276d1373540bf8b9d97a23929f822 (patch) | |
tree | 2313fd648f4f8aae5fe387795ed60d255d84b5d9 /security | |
parent | 0ebce2fca246698aa00a259132fd207e4209026d (diff) | |
download | ports-92103d6d5cd276d1373540bf8b9d97a23929f822.tar.gz ports-92103d6d5cd276d1373540bf8b9d97a23929f822.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gtkportscan/Makefile | 4 | ||||
-rw-r--r-- | security/gtkportscan/files/patch-aa | 9 | ||||
-rw-r--r-- | security/nessus-devel/Makefile | 8 | ||||
-rw-r--r-- | security/nessus/Makefile | 8 |
4 files changed, 17 insertions, 12 deletions
diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile index a2fc6b9e07f3..2feeee7c6110 100644 --- a/security/gtkportscan/Makefile +++ b/security/gtkportscan/Makefile @@ -3,7 +3,7 @@ # Date created: 11 March 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/03/18 08:53:23 taoka Exp $ # DISTNAME= gtkportscan-1.1 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.calpoly.edu/~rbarrero/ MAINTAINER= cpiazza@home.net -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 WRKSRC= ${WRKDIR}/gtkscan diff --git a/security/gtkportscan/files/patch-aa b/security/gtkportscan/files/patch-aa index 077a2c39ee91..12c1636431e1 100644 --- a/security/gtkportscan/files/patch-aa +++ b/security/gtkportscan/files/patch-aa @@ -18,13 +18,14 @@ install: - cp portscan /usr/local/bin - cp gtkportscan /usr/X11/bin -+ ${BSD_INSTALL_PROGRAM} portscan /usr/local/bin -+ ${BSD_INSTALL_PROGRAM} gtkportscan /usr/local/bin ++ ${BSD_INSTALL_PROGRAM} portscan ${PREFIX}/bin ++ ${BSD_INSTALL_PROGRAM} gtkportscan ${PREFIX}/bin clean: rm -f portscan gtkportscan uninstall: - rm -f /usr/local/bin/portscan +- rm -f /usr/local/bin/portscan ++ rm -f ${PREFIX}/bin/portscan - rm -f /usr/X11/bin/gtkportscan -+ rm -f /usr/local/bin/gtkportscan ++ rm -f ${PREFIX}/bin/gtkportscan diff --git a/security/nessus-devel/Makefile b/security/nessus-devel/Makefile index 78bdb83ec9c1..2f42d9efdc36 100644 --- a/security/nessus-devel/Makefile +++ b/security/nessus-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1999 # Whom: Anders Nordby <anders@fix.no> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/17 10:26:38 foxfair Exp $ # DISTNAME= nessus-alpha2-fix4 @@ -22,10 +22,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= anders@fix.no -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes -CONFIGURE_ENV= GTKCONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" MAN1= nessus.1 post-install: diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 78bdb83ec9c1..2f42d9efdc36 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1999 # Whom: Anders Nordby <anders@fix.no> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/17 10:26:38 foxfair Exp $ # DISTNAME= nessus-alpha2-fix4 @@ -22,10 +22,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= anders@fix.no -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes -CONFIGURE_ENV= GTKCONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" MAN1= nessus.1 post-install: |