diff options
Diffstat (limited to 'archivers/rar/Makefile')
-rw-r--r-- | archivers/rar/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index a214ee8..ad67163 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -4,7 +4,7 @@ # Date created: 15 May 1996 # Whom: ache # -# $Id: Makefile,v 1.8 1997/11/26 01:41:36 jseger Exp $ +# $Id: Makefile,v 1.9 1998/09/23 00:59:38 steve Exp $ # DISTNAME= rarbsd @@ -21,6 +21,12 @@ NO_WRKSUBDIR= yes EXTRACT_CMD= EXTRACT_BEFORE_ARGS= +.include <bsd.port.pre.mk> + +.if ${PORTOBJFORMAT} == "elf" +STRIP= +.endif + post-fetch: chmod a+x ${DISTDIR}/${DISTFILES} @@ -46,8 +52,4 @@ do-install: ${INSTALL_DATA} Dos.SFX \ ${PREFIX}/share/rar/dos.sfx -.include <bsd.port.mk> - -.if ${PORTOBJFORMAT} == "elf" -STRIP= -.endif +.include <bsd.port.post.mk> |