aboutsummaryrefslogtreecommitdiff
path: root/security/gtkportscan
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
commit92103d6d5cd276d1373540bf8b9d97a23929f822 (patch)
tree2313fd648f4f8aae5fe387795ed60d255d84b5d9 /security/gtkportscan
parent0ebce2fca246698aa00a259132fd207e4209026d (diff)
downloadports-92103d6d5cd276d1373540bf8b9d97a23929f822.tar.gz
ports-92103d6d5cd276d1373540bf8b9d97a23929f822.zip
Notes
Diffstat (limited to 'security/gtkportscan')
-rw-r--r--security/gtkportscan/Makefile4
-rw-r--r--security/gtkportscan/files/patch-aa9
2 files changed, 7 insertions, 6 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