diff options
author | pav <pav@FreeBSD.org> | 2007-01-30 18:25:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-30 18:25:34 +0800 |
commit | 68e4663f01d748743e0029f83931c02fba58eb4e (patch) | |
tree | d24dbe32e4bdb87d0f3ba1c46717e6e34576e724 /converters/uulib | |
parent | c6c1440c2b66077bedba90612a4827a8051ec9c1 (diff) | |
download | freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.gz freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.zst freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.zip |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
Diffstat (limited to 'converters/uulib')
-rw-r--r-- | converters/uulib/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 3d55bcb3b0bb..d89f24a53d60 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -16,19 +16,12 @@ MAINTAINER= hoek@FreeBSD.org COMMENT= A library for uu/xx/Base64/BinHex/yEnc de-/encoding GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN3= uulib.3 ALL_TARGET= libuu.a libuu.so.${VERSION} - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "elf" VERSION= 3 -.else -VERSION= 3.1 -.endif DOCFILES= COPYING HISTORY doc/Makefile doc/README doc/binhex.fig \ doc/library.ltx doc/structure.fig doc/td-v1.c doc/td-v2.c \ @@ -54,4 +47,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |