diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
commit | 2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch) | |
tree | 07e10c49034b87755dafb03956ad93c5363e0bb7 /archivers/rar | |
parent | 1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff) |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=183698
Diffstat (limited to 'archivers/rar')
-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 |