aboutsummaryrefslogtreecommitdiffstats
path: root/editors/gphpedit
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-12-25 22:39:17 +0800
committernovel <novel@FreeBSD.org>2005-12-25 22:39:17 +0800
commitf3dda1bbf0ee3963736a77ed5db084e588a2e57b (patch)
tree115136b5d14748d8bef76cc64b3f6895e52913ec /editors/gphpedit
parenteaa7d658c776b6c401dca6579b0b78455e17f082 (diff)
downloadfreebsd-ports-gnome-f3dda1bbf0ee3963736a77ed5db084e588a2e57b.tar.gz
freebsd-ports-gnome-f3dda1bbf0ee3963736a77ed5db084e588a2e57b.tar.zst
freebsd-ports-gnome-f3dda1bbf0ee3963736a77ed5db084e588a2e57b.zip
Call ${GMAKE} in pre-build target to be sure that it's already installed.
Reported by: pointyhat via kris
Diffstat (limited to 'editors/gphpedit')
-rw-r--r--editors/gphpedit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile
index c763f3bd360e..6ead3efe2279 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>