aboutsummaryrefslogtreecommitdiffstats
path: root/www/cgihtml/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-30 18:25:34 +0800
committerpav <pav@FreeBSD.org>2007-01-30 18:25:34 +0800
commit68e4663f01d748743e0029f83931c02fba58eb4e (patch)
treed24dbe32e4bdb87d0f3ba1c46717e6e34576e724 /www/cgihtml/files
parentc6c1440c2b66077bedba90612a4827a8051ec9c1 (diff)
downloadfreebsd-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/Makefile6
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}