diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2012-12-10 08:51:51 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2012-12-10 08:51:51 +0000 |
commit | f973eabeb0d2d66aec6d6e138010e7d130c6fa16 (patch) | |
tree | 2d080c538b850ff4a6aae63ccd45177862dd7dd4 /security/gtkportscan/files | |
parent | 48f622a4cb665e7fb6c870260541bdc2ba4957d6 (diff) |
Notes
Diffstat (limited to 'security/gtkportscan/files')
-rw-r--r-- | security/gtkportscan/files/patch-aa | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/security/gtkportscan/files/patch-aa b/security/gtkportscan/files/patch-aa deleted file mode 100644 index 9dc42a9ae276..000000000000 --- a/security/gtkportscan/files/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ ---- Makefile.orig Thu Mar 11 17:58:41 1999 -+++ Makefile Sun Jul 16 00:45:14 2000 -@@ -1,21 +1,21 @@ --CC=gcc --GTK_FLAGS=`gtk-config --cflags` `gtk-config --libs` -+CC?=gcc -+GTK_FLAGS=`$(GTK_CONFIG) --cflags` `$(GTK_CONFIG) --libs` - - all: gtkportscan portscan - - portscan: portscan.c -- $(CC) -O2 -Wall portscan.c -o portscan -g -+ $(CC) $(CFLAGS) portscan.c -o portscan - - gtkportscan: gtkportscan.c -- $(CC) -Wall $(GTK_FLAGS) gtkportscan.c -o gtkportscan -g -+ $(CC) $(CFLAGS) $(GTK_FLAGS) gtkportscan.c -o gtkportscan - - install: -- cp portscan /usr/local/bin -- cp gtkportscan /usr/X11/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/X11/bin/gtkportscan -+ rm -f ${PREFIX}/bin/portscan -+ rm -f ${PREFIX}/bin/gtkportscan |