summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-14 09:43:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-14 09:43:39 +0000
commit96bc8048c3217bb231f2f30eadeb628134b557f5 (patch)
treec75d5bd5a6faba5d6ec73da367e4bfe5b0d4285d /biology
parentChecksum changed.... (diff)
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.
Notes
Notes: svn path=/head/; revision=14512
Diffstat (limited to 'biology')
-rw-r--r--biology/kinemage/Makefile14
1 files changed, 8 insertions, 6 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
-
-.if ${PORTOBJFORMAT} == "elf"
-STRIP=
-.endif
+.include <bsd.port.post.mk>