summaryrefslogtreecommitdiffstats
path: root/lang/vala/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/vala/Makefile')
-rw-r--r--lang/vala/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/lang/vala/Makefile b/lang/vala/Makefile
index f9c72846b..84b31d4d7 100644
--- a/lang/vala/Makefile
+++ b/lang/vala/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: vala
-# Date created: 2007-07-09
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/lang/vala/Makefile,v 1.63 2012/06/24 16:07:00 kwm Exp $
-#
+# $MCom: ports/lang/vala/Makefile,v 1.64 2012/08/04 16:55:25 kwm Exp $
PORTNAME= vala
PORTVERSION= 0.16.1
@@ -31,8 +27,6 @@ MAN1?= valac.1 valac-0.16.1
PLIST_SUB= VERSION=0.16
-.include <bsd.port.pre.mk>
-
.if defined(VALA_SLAVE)
LIB_DEPENDS+= vala-0.16.0:${PORTSDIR}/lang/vala
CONFIGURE_ARGS+=--enable-vapigen
@@ -45,7 +39,7 @@ CONFIGURE_ARGS+=--disable-vapigen
post-patch:
# We cheat here, because vala records vapigen related stuff in its .pc file
-# This makes the vapigen work again, although it might get weird when
+# This makes vapigen work again, although it might get weird when
# vala-vapigen isn't installed.
@${REINPLACE_CMD} -e 's|@vapigen_decl@|vapigen=$${bindir}/vapigen-0.16|g' \
-e 's|@gen_introspect_decl@|gen_introspect=$${libdir}/vala-0.16/gen-introspect-0.16|g' \
@@ -65,10 +59,9 @@ post-install:
@${INSTALL_MAN} ${WRKSRC}/doc/vapigen.1 ${WRKSRC}/doc/vala-gen-introspect.1 \
${PREFIX}/man/man1/
.else
-# want to see what will fail.
post-install:
${LN} -fs ${PREFIX}/libdata/pkgconfig/libvala-0.16.pc \
${PREFIX}/libdata/pkgconfig/vala-1.0.pc
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>