aboutsummaryrefslogtreecommitdiff
path: root/textproc/google-ctemplate/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2011-02-17 03:51:25 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2011-02-17 03:51:25 +0000
commitf49fb561e50b219df5d8d42475d178102b8fdc2f (patch)
treee197954b9095315462074dcf11ea1d9610a9fc69 /textproc/google-ctemplate/Makefile
parentcd3dcd918ec8c21039f9044b23f4c8ab4fda1892 (diff)
downloadports-f49fb561e50b219df5d8d42475d178102b8fdc2f.tar.gz
ports-f49fb561e50b219df5d8d42475d178102b8fdc2f.zip
Notes
Diffstat (limited to 'textproc/google-ctemplate/Makefile')
-rw-r--r--textproc/google-ctemplate/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile
index a12d7c1313bc..af4976de38e8 100644
--- a/textproc/google-ctemplate/Makefile
+++ b/textproc/google-ctemplate/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= google-ctemplate
-PORTVERSION= 0.97
+PORTVERSION= 0.99
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ctemplate-${PORTVERSION}
@@ -17,12 +17,16 @@ COMMENT= A simple but powerful template language for C++
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+USE_GNOME= pkgconfig
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
post-patch:
+ ${REINPLACE_CMD} -e 's|^pkgconfigdir.*|pkgconfigdir = $${PREFIX}/libdata/pkgconfig|' \
+ ${WRKSRC}/Makefile.in
+
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} -e \
's|$$(prefix)/share/doc/$$(PACKAGE)-$$(VERSION)|${DOCSDIR}|' \