diff options
author | ats <ats@FreeBSD.org> | 1994-11-19 23:22:28 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-19 23:22:28 +0000 |
commit | 104e517d8dac4e610178c4a10b3f6427e91d2a9b (patch) | |
tree | fa5427d4768174a65b972d4f2fef6b5875d9a7eb /mail/metamail | |
parent | 7663fda6fa553af35ecf3624183eedbcd58d0619 (diff) | |
download | FreeBSD-ports-104e517d8dac4e610178c4a10b3f6427e91d2a9b.zip FreeBSD-ports-104e517d8dac4e610178c4a10b3f6427e91d2a9b.tar.gz |
Delete the strip flag from the install. Otherwise the install falls
over in the installation of the shell scripts.
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 2dd1f4a..9d40ba6 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} |