aboutsummaryrefslogtreecommitdiff
path: root/graphics/gexiv2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-19 09:36:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-19 09:36:11 +0000
commitc6710419dac3809728255e038c8845ffe55cdc68 (patch)
treea6014ea87e50e70fc1fa04fc88575759ac3041da /graphics/gexiv2
parentead01a623595590591d650a68c3549ace77705ce (diff)
downloadports-c6710419dac3809728255e038c8845ffe55cdc68.tar.gz
ports-c6710419dac3809728255e038c8845ffe55cdc68.zip
- Stage support
Notes
Notes: svn path=/head/; revision=345048
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r--graphics/gexiv2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile
index 8bbf34d4249d..0a307cc43a37 100644
--- a/graphics/gexiv2/Makefile
+++ b/graphics/gexiv2/Makefile
@@ -23,7 +23,6 @@ USE_GNOME= glib20
USE_LDCONFIG= yes
MAKE_ARGS= REQUIRED_CFLAGS=""
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -E \
-e 's|^([[:space:]]+)m4[[:space:]]|\1gm4 |' \
@@ -31,6 +30,6 @@ post-patch:
${WRKSRC}/${MAKEFILE}
pre-install:
- @${MKDIR} ${PREFIX}/share/vala/vapi
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi
.include <bsd.port.mk>