diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-01 23:44:05 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-01 23:44:05 +0800 |
commit | 784674bfc0515678d3133b91c0701259242bc0bc (patch) | |
tree | d04b74076cf4e67fe2207f29b9774bf1c0deb609 /www | |
parent | e82c0086da39428ca8e2259179e5a32f9defb054 (diff) | |
download | freebsd-ports-gnome-784674bfc0515678d3133b91c0701259242bc0bc.tar.gz freebsd-ports-gnome-784674bfc0515678d3133b91c0701259242bc0bc.tar.zst freebsd-ports-gnome-784674bfc0515678d3133b91c0701259242bc0bc.zip |
- Fix plist by installing pkgconfig to the right place
- Trim header
- Remove indefinite article from comment
Reported by: pointyhat
With hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/cgicc/Makefile | 11 | ||||
-rw-r--r-- | www/cgicc/pkg-plist | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 25af21d10643..494708f84c88 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -1,24 +1,21 @@ -# ex:ts=8 -# New ports collection makefile for: cgi++ -# Date created: Mar 26, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cgicc PORTVERSION= 3.2.10 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ class library for writing CGI applications +COMMENT= C++ class library for writing CGI applications USE_GMAKE= yes USE_AUTOTOOLS= libtool MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" USE_LDCONFIG= yes +USES= pathfix PORTDOCS= * CXXFLAGS+= -Wno-unknown-pragmas diff --git a/www/cgicc/pkg-plist b/www/cgicc/pkg-plist index 3eb1c26c2d43..e0235ee114c7 100644 --- a/www/cgicc/pkg-plist +++ b/www/cgicc/pkg-plist @@ -30,6 +30,6 @@ include/cgicc/XMLPI.h lib/libcgicc.a lib/libcgicc.so lib/libcgicc.so.5 -lib/pkgconfig/cgicc.pc +libdata/pkgconfig/cgicc.pc share/aclocal/cgicc.m4 @dirrm include/cgicc |