From 96bc8048c3217bb231f2f30eadeb628134b557f5 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 14 Nov 1998 09:43:39 +0000 Subject: Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. --- biology/kinemage/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'biology') diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile index 7b5be3520455..ad305924618c 100644 --- a/biology/kinemage/Makefile +++ b/biology/kinemage/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.3 1998/09/27 01:36:52 steve Exp $ +# $Id: Makefile,v 1.4 1998/11/13 15:27:42 billf Exp $ # DISTNAME= MAGE_4_2.LINUX @@ -20,6 +20,12 @@ RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib NO_WRKSUBDIR= YES NO_BUILD= YES +.include + +.if ${PORTOBJFORMAT} == "elf" +STRIP= +.endif + do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} @@ -28,8 +34,4 @@ do-extract: do-install: @${INSTALL_PROGRAM} ${WRKDIR}/MAGE_4_2.LINUX ${PREFIX}/bin/kinemage -.include - -.if ${PORTOBJFORMAT} == "elf" -STRIP= -.endif +.include -- cgit v1.2.3