summaryrefslogtreecommitdiff
path: root/lang/hugs
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-04-03 22:09:04 +0000
committertron <tron@pkgsrc.org>1998-04-03 22:09:04 +0000
commit53bf82929a5e8578a52d14468ea5471fc7021f9b (patch)
tree5d02f512360b7c4dbd0ceaf8b3aaa66820453a34 /lang/hugs
parent5d438c24f8243cf09f283e008bbfc2a8003fcc60 (diff)
downloadpkgsrc-53bf82929a5e8578a52d14468ea5471fc7021f9b.tar.gz
Install files with correct owner and group, strip binaries.
Diffstat (limited to 'lang/hugs')
-rw-r--r--lang/hugs/patches/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/hugs/patches/patch-aa b/lang/hugs/patches/patch-aa
new file mode 100644
index 00000000000..13a3f9740c1
--- /dev/null
+++ b/lang/hugs/patches/patch-aa
@@ -0,0 +1,23 @@
+--- MkInstal.in.orig Thu Oct 2 18:21:41 1997
++++ MkInstal.in Fri Apr 3 23:45:39 1998
+@@ -10,9 +10,6 @@
+ # multiple files at once.
+ ################################################################
+
+-INSTALL = unix/install-sh
+-INSTALL_DATA = /bin/cp
+-
+ install :: install_bin install_lib # the bare minimum
+ install :: install_libs # lotsa libraries
+ install :: install_demos install_Haskore # goodies
+@@ -22,8 +19,8 @@
+
+ install_bin :: hugs$(EXE) runhugs$(EXE)
+ $(INSTALL) -d $(bindir)
+- $(INSTALL) hugs$(EXE) $(bindir)
+- $(INSTALL) runhugs$(EXE) $(bindir)
++ $(INSTALL_PROGRAM) hugs$(EXE) $(bindir)
++ $(INSTALL_PROGRAM) runhugs$(EXE) $(bindir)
+
+ install_lib ::
+ $(INSTALL) -d $(hugsdir)/lib