summaryrefslogtreecommitdiff
path: root/archivers/rar/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-03-28 15:34:24 +0000
committerhubertf <hubertf>1999-03-28 15:34:24 +0000
commit241fbc81e6a481e22df622986d18682709b61456 (patch)
tree8e0ce4195e3fc409e3bbba47c6568887bb37f492 /archivers/rar/Makefile
parente4daf6f7619e6d3f7589e4a834e8ecef46b6f6bf (diff)
downloadpkgsrc-241fbc81e6a481e22df622986d18682709b61456.tar.gz
Don't try to strip non-native-format binary.
(The latest binutils-based strip can do this if you tell it which obj-format the binary is, but 1.3.x doesn't support this. Plus, that BSDi(?)-binary is stripped anyways.)
Diffstat (limited to 'archivers/rar/Makefile')
-rw-r--r--archivers/rar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index 9bac8ec0c91..fa19cfde0d6 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/06/18 16:06:37 agc Exp $
+# $NetBSD: Makefile,v 1.12 1999/03/28 15:34:24 hubertf Exp $
# FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp
#
@@ -31,7 +31,7 @@ do-build:
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rar ${PREFIX}/share/rar
cd ${WRKSRC} && \
- ${INSTALL_PROGRAM} RAR ${PREFIX}/bin/rar && \
+ ${INSTALL_SCRIPT} RAR ${PREFIX}/bin/rar && \
${INSTALL_MAN} Rar.Txt ${PREFIX}/man/cat1/rar.1 && \
${INSTALL_MAN} Rar_FAQ.Txt TechNote.Txt License.Txt Internet.Txt \
${PREFIX}/share/doc/rar && \