summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-23 00:59:38 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-23 00:59:38 +0000
commit8a703aacce35be6f0b4e3bee4144e18968219f90 (patch)
tree7062e372e76373d929e2d520a419b2e0524227b9 /archivers
parentFix pkg/PLIST. (diff)
Make this port work in an ELF world.
Inspired by: one of John Polstra's recent commits
Notes
Notes: svn path=/head/; revision=13348
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rar/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index 606b96ac12c0..a214ee873202 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -4,7 +4,7 @@
# Date created: 15 May 1996
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp $
+# $Id: Makefile,v 1.8 1997/11/26 01:41:36 jseger Exp $
#
DISTNAME= rarbsd
@@ -47,3 +47,7 @@ do-install:
${PREFIX}/share/rar/dos.sfx
.include <bsd.port.mk>
+
+.if ${PORTOBJFORMAT} == "elf"
+STRIP=
+.endif