aboutsummaryrefslogtreecommitdiff
path: root/shells/ibsh/files/patch-Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-12 12:56:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-12 12:56:55 +0000
commit5435e516040233db1fccc87d5e2adf323b970022 (patch)
treed2b58f428410b1afbcb17433458ccf58b41a9898 /shells/ibsh/files/patch-Makefile
parent55ba256801596fcb9eab9cf18947375277d8f689 (diff)
downloadports-5435e516040233db1fccc87d5e2adf323b970022.tar.gz
ports-5435e516040233db1fccc87d5e2adf323b970022.zip
Notes
Diffstat (limited to 'shells/ibsh/files/patch-Makefile')
-rw-r--r--shells/ibsh/files/patch-Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/shells/ibsh/files/patch-Makefile b/shells/ibsh/files/patch-Makefile
new file mode 100644
index 000000000000..6168d71f5751
--- /dev/null
+++ b/shells/ibsh/files/patch-Makefile
@@ -0,0 +1,21 @@
+--- Makefile.orig Fri Jun 3 15:47:32 2005
++++ Makefile Sat Nov 12 13:47:53 2005
+@@ -30,12 +30,12 @@
+ ${CC} -c delbadfiles.c
+
+ ibsh_install:
+- cp ./ibsh /bin/
+- mkdir /etc/ibsh
+- mkdir /etc/ibsh/cmds
+- mkdir /etc/ibsh/xtns
+- cp ./globals.cmds /etc/ibsh/
+- cp ./globals.xtns /etc/ibsh/
++ cp ./ibsh ${PREFIX}/bin/
++ mkdir ${PREFIX}/etc/ibsh
++ mkdir ${PREFIX}/etc/ibsh/cmds
++ mkdir ${PREFIX}/etc/ibsh/xtns
++ cp ./globals.cmds ${PREFIX}/etc/ibsh/
++ cp ./globals.xtns ${PREFIX}/etc/ibsh/
+
+ ibsh_uninstall:
+ rm -rf /etc/ibsh/globals.cmds