aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>