summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/gphpedit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile
index c763f3b..6ead3ef 100644
--- a/editors/gphpedit/Makefile
+++ b/editors/gphpedit/Makefile
@@ -44,9 +44,6 @@ pre-everything::
@${ECHO_MSG} "WITHOUT_PHPDOC=yes to not install php_doc, help will be disable."
.endif
-post-extract:
- @cd ${WRKSRC}/src/gtkscintilla2 && ${GMAKE} clean
-
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share/gnome|g' \
${WRKSRC}/src/main.h
@@ -55,4 +52,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/src/tab.c
+pre-build:
+ @cd ${WRKSRC}/src/gtkscintilla2 && ${GMAKE} clean
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud