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. --- converters/uulib/Makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'converters') diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 7c782d22ca8c..5c9dbbeff06b 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -3,7 +3,7 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek # -# $Id: Makefile,v 1.15 1998/06/14 17:31:23 hoek Exp $ +# $Id: Makefile,v 1.16 1998/09/26 23:48:21 steve Exp $ # DISTNAME= uudeview-0.5.13 @@ -20,6 +20,14 @@ MAN3= uulib.3 ALL_TARGET= libuu.a libuu.so.${VERSION} +.include + +.if ${PORTOBJFORMAT} == "elf" +VERSION= 1 +.else +VERSION= 1.0 +.endif + DOCFILES= HISTORY doc/Makefile doc/README doc/binhex.fig \ doc/library.ltx doc/structure.fig doc/td-v1.c doc/td-v2.c \ doc/td-v3.c doc/test.txt @@ -42,10 +50,4 @@ do-install: .endfor .endif -.include - -.if ${PORTOBJFORMAT} == "elf" -VERSION= 1 -.else -VERSION= 1.0 -.endif +.include -- cgit v1.2.3