summaryrefslogtreecommitdiffstats
path: root/www/tclhttpd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-21 20:37:43 +0000
committerru <ru@FreeBSD.org>2002-07-21 20:37:43 +0000
commitbcbfb9350ee5cde2bd6c13b479b5d4569db72a99 (patch)
tree8e8449429e57db38a4e5dfa7a9ef069c2a2fdcc2 /www/tclhttpd
parent385f994226fc3d0fa44b352045d81d69cc1f4bb8 (diff)
downloadFreeBSD-ports-bcbfb9350ee5cde2bd6c13b479b5d4569db72a99.zip
FreeBSD-ports-bcbfb9350ee5cde2bd6c13b479b5d4569db72a99.tar.gz
Catch up to the new bsd.lib.mk API (the library is not internal).
Diffstat (limited to 'www/tclhttpd')
-rw-r--r--www/tclhttpd/files/Makefile.lib8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/tclhttpd/files/Makefile.lib b/www/tclhttpd/files/Makefile.lib
index b7be3b2..fc8e631 100644
--- a/www/tclhttpd/files/Makefile.lib
+++ b/www/tclhttpd/files/Makefile.lib
@@ -5,15 +5,13 @@ PREFIX?= /usr/local
SRCS=crypt.c setuid.c limit.c utime.c metaPackage.c
CFLAGS+=-I${LOCALBASE}/include/tcl${TCL_DVER} -DUSE_TCL_STUBS \
- -DTclhttpdbin_Init=${LIB}_Init -Wall -Werror
+ -DTclhttpdbin_Init=${LIBNAME}_Init -Wall -Werror
LDADD+=-L${LOCALBASE}/lib -ltclstub${TCL_VER} -lcrypt
.PATH: ${.CURDIR}/src ${FILESDIR}
-LIB= Tclhttpdbin
-SHLIB_NAME= lib${LIB}.so
-INTERNALLIB= no need for static version
-NOPROFILE= no need for profiling this
+LIBNAME= Tclhttpdbin
+SHLIB_NAME= lib${LIBNAME}.so
ech:
@echo ${SHLIB_NAME}
OpenPOWER on IntegriCloud