From 2df76eb0a73bb59d817aa60758a5f10e3e544c3b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 30 Jan 2007 10:25:34 +0000 Subject: - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr --- www/cgihtml/files/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'www/cgihtml') 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} -- cgit v1.2.3