aboutsummaryrefslogtreecommitdiff
path: root/security/gtkportscan/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/gtkportscan/files/patch-aa')
-rw-r--r--security/gtkportscan/files/patch-aa9
1 files changed, 5 insertions, 4 deletions
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