diff options
author | pav <pav@FreeBSD.org> | 2007-01-30 18:25:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-30 18:25:34 +0800 |
commit | 68e4663f01d748743e0029f83931c02fba58eb4e (patch) | |
tree | d24dbe32e4bdb87d0f3ba1c46717e6e34576e724 /archivers | |
parent | c6c1440c2b66077bedba90612a4827a8051ec9c1 (diff) | |
download | freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.gz freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.zst freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.zip |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rar/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 4cafac78aca9..42f5c0fced28 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -19,6 +19,7 @@ COMMENT= File archiver (binary port) IA32_BINARY_PORT= YES RESTRICTED= only unmodified original package can be distributed NO_BUILD= yes +STRIP= WRKSRC= ${WRKDIR}/rar PLIST_FILES= bin/rar lib/default.sfx etc/rarfiles.lst man/cat1/rar.1 PORTDOCS= technote.txt license.txt whatsnew.txt order.htm \ @@ -34,10 +35,6 @@ IGNORE= is unsupported on versions prior to FreeBSD 5.3 LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x .endif -.if ${PORTOBJFORMAT} == "elf" -STRIP= -.endif - do-install: .if !defined(WITH_STATIC) ${INSTALL_PROGRAM} ${WRKSRC}/rar ${TARGETDIR}/bin/rar |