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 /www/cgihtml/files | |
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 'www/cgihtml/files')
-rw-r--r-- | www/cgihtml/files/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/cgihtml/files/Makefile b/www/cgihtml/files/Makefile index 907544c6a9fa..10ce3c33e774 100644 --- a/www/cgihtml/files/Makefile +++ b/www/cgihtml/files/Makefile @@ -1,13 +1,9 @@ +# $FreeBSD$ # Makefile for cgihtml libraries LIB = cgihtml MAJ = 1 -MIN = 0 -.if ($(PORTOBJFORMAT) == "elf") SHLIB_VER = $(MAJ) -.else -SHLIB_VER = $(MAJ).$(MIN) -.endif OBJS = string-lib.o cgi-llist.o cgi-lib.o html-lib.o HDRS = ${OBJS:.o=.h} |