diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-14 09:43:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-14 09:43:39 +0000 |
commit | 96bc8048c3217bb231f2f30eadeb628134b557f5 (patch) | |
tree | c75d5bd5a6faba5d6ec73da367e4bfe5b0d4285d /converters | |
parent | 637c4e8f19438274164c0673ec85af739aba205b (diff) | |
download | ports-96bc8048c3217bb231f2f30eadeb628134b557f5.tar.gz ports-96bc8048c3217bb231f2f30eadeb628134b557f5.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uulib/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
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 <ac199@freenet.hamilton.on.ca> # -# $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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> - -.if ${PORTOBJFORMAT} == "elf" -VERSION= 1 -.else -VERSION= 1.0 -.endif +.include <bsd.port.post.mk> |