diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-19 23:22:28 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-19 23:22:28 +0000 |
commit | 1176dfd04cefd56029b967cb04f754474c42d7e5 (patch) | |
tree | 3aec407f33d6a3c5c1e2eb517c09290f42c7200a /mail/metamail | |
parent | a099d68b45986a2badb1b589e841aa6197872d6a (diff) | |
download | ports-1176dfd04cefd56029b967cb04f754474c42d7e5.tar.gz ports-1176dfd04cefd56029b967cb04f754474c42d7e5.zip |
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-aa | 14 |
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} |