diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 16:35:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 16:35:30 +0000 |
commit | e71de09d6d165e87dd966a36ce44971dbc4d5cfc (patch) | |
tree | fe4ce18513a9d787d533353cb3f6be9d8eacc957 /www/cgic | |
parent | 48606d8811175204655147f9fb366e86cdbf0e0a (diff) | |
download | ports-e71de09d6d165e87dd966a36ce44971dbc4d5cfc.tar.gz ports-e71de09d6d165e87dd966a36ce44971dbc4d5cfc.zip |
Notes
Diffstat (limited to 'www/cgic')
-rw-r--r-- | www/cgic/Makefile | 11 | ||||
-rw-r--r-- | www/cgic/files/Makefile.lib | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/cgic/Makefile b/www/cgic/Makefile index e00cf184d805..6f4781ca64e5 100644 --- a/www/cgic/Makefile +++ b/www/cgic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libcgic -# Date created: 27 July 1999 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= cgic PORTVERSION= 2.05 @@ -18,11 +14,14 @@ MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}" MAKEFILE= ${FILESDIR}/Makefile.lib PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" USE_LDCONFIG= yes +MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null SHLIB_MAJOR= ${PORTVERSION:R} +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} diff --git a/www/cgic/files/Makefile.lib b/www/cgic/files/Makefile.lib index def67c9c8dff..f3f48d50614b 100644 --- a/www/cgic/files/Makefile.lib +++ b/www/cgic/files/Makefile.lib @@ -1,7 +1,7 @@ LIB= cgic SHLIB_MAJOR?= 1 -NOPROFILE= yes +NO_PROFILE= yes LIBDIR= ${PREFIX}/lib INCDIR= ${PREFIX}/include |