summaryrefslogtreecommitdiff
path: root/mail/metamail
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-19 23:22:28 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-19 23:22:28 +0000
commit1176dfd04cefd56029b967cb04f754474c42d7e5 (patch)
tree3aec407f33d6a3c5c1e2eb517c09290f42c7200a /mail/metamail
parentNuke a colon in the MASTER_SITE specification. ncftp doesn't like it. (diff)
Delete the strip flag from the install. Otherwise the install falls
over in the installation of the shell scripts.
Notes
Notes: svn path=/head/; revision=416
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/files/patch-aa14
1 files changed, 10 insertions, 4 deletions
diff --git a/mail/metamail/files/patch-aa b/mail/metamail/files/patch-aa
index 2dd1f4ad79d9..9d40ba6a85a0 100644
--- a/mail/metamail/files/patch-aa
+++ b/mail/metamail/files/patch-aa
@@ -39,16 +39,22 @@
# LDLIBS = -lsun -lc_s
# ISC SysVr3.2.2 has a shared C library and requires libinet.a to resolve
***************
-*** 75,81 ****
- INSTALL = install -c -s
+*** 72,81 ****
+ # install -s -c $(LOCALBINDIR) $$file
+ #
+ #INSTALL = cp
+! INSTALL = install -c -s
# Root of installation tree
! INSTROOT = /usr/local
#
# This is where binaries should be copied
LOCALBINDIR = ${INSTROOT}/bin
---- 75,81 ----
- INSTALL = install -c -s
+--- 72,81 ----
+ # install -s -c $(LOCALBINDIR) $$file
+ #
+ #INSTALL = cp
+! INSTALL = install -c
# Root of installation tree
! INSTROOT = ${PREFIX}