diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /textproc/ctpl | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) | |
download | ports-21646392b027298c4aca08ad5386649a6869ccea.tar.gz ports-21646392b027298c4aca08ad5386649a6869ccea.zip |
Notes
Diffstat (limited to 'textproc/ctpl')
-rw-r--r-- | textproc/ctpl/Makefile | 7 | ||||
-rw-r--r-- | textproc/ctpl/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/textproc/ctpl/Makefile b/textproc/ctpl/Makefile index 468dc874469a..e97030d3ebc9 100644 --- a/textproc/ctpl/Makefile +++ b/textproc/ctpl/Makefile @@ -9,11 +9,8 @@ MAINTAINER= makc@FreeBSD.org COMMENT= C Template (Parser) Library GNU_CONFIGURE= yes -USE_GNOME= glib20 gnomehack -USES= pkgconfig +USE_GNOME= glib20 +USES= pathfix pkgconfig USE_LDCONFIG= yes -MAN1= ctpl.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/ctpl/pkg-plist b/textproc/ctpl/pkg-plist index 501fbb34b04d..dd829d9fca47 100644 --- a/textproc/ctpl/pkg-plist +++ b/textproc/ctpl/pkg-plist @@ -16,6 +16,7 @@ lib/libctpl.la lib/libctpl.so lib/libctpl.so.4 libdata/pkgconfig/ctpl.pc +man/man1/ctpl.1.gz share/gtk-doc/html/ctpl/annotation-glossary.html share/gtk-doc/html/ctpl/api-index-deprecated.html share/gtk-doc/html/ctpl/api-index-full.html |