aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cmdwatch/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 05:00:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 05:00:09 +0000
commit1efa0b5ed13614474ffdc6ced4fa8b378e1573fb (patch)
tree02e6a192fc45a9709457150f5ad88a639980ac33 /sysutils/cmdwatch/files
parentff608940ccf7f0b4790cce78c8a95c0887fe6b2b (diff)
downloadports-1efa0b5ed13614474ffdc6ced4fa8b378e1573fb.tar.gz
ports-1efa0b5ed13614474ffdc6ced4fa8b378e1573fb.zip
Notes
Diffstat (limited to 'sysutils/cmdwatch/files')
-rw-r--r--sysutils/cmdwatch/files/patch-Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/cmdwatch/files/patch-Makefile b/sysutils/cmdwatch/files/patch-Makefile
new file mode 100644
index 000000000000..ab4f5b5b70b7
--- /dev/null
+++ b/sysutils/cmdwatch/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig Wed Jan 15 20:58:11 2003
++++ Makefile Wed Jan 15 20:58:53 2003
+@@ -26,9 +26,9 @@
+ @rm -f *.o cmdwatch
+
+ install : all
+- @install cmdwatch /usr/local/bin/
+- @install -m 444 cmdwatch.1 /usr/local/man/man1/
++ @install cmdwatch ${PREFIX}/bin/
++ @install -m 444 cmdwatch.1 ${PREFIX}/man/man1/
+ @echo "Installing cmdwatch"
+
+ uninstall :
+- @rm /usr/local/bin/cmdwatch
++ @rm ${PREFX}/bin/cmdwatch