1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Make this port work in an ELF world.

Inspired by:	one of John Polstra's recent commits
This commit is contained in:
Steve Price 1998-09-23 00:59:38 +00:00
parent 9f6f28fab7
commit 8a703aacce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13348

View File

@ -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