diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
commit | ff2c6bac0ded6793103b12ed47ec261ee75b026f (patch) | |
tree | 5d44c4203ffb617246e3922b0cbae09608e0e203 /security/gtkportscan | |
parent | 09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff) | |
download | freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.zst freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'security/gtkportscan')
-rw-r--r-- | security/gtkportscan/Makefile | 4 | ||||
-rw-r--r-- | security/gtkportscan/files/patch-aa | 9 |
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 |