aboutsummaryrefslogtreecommitdiff
path: root/editors/gphpedit
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-12-25 14:39:17 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-12-25 14:39:17 +0000
commita25adcedae01fc4e4d9b9969817c7bd308e31175 (patch)
tree84147166f82d2ce2bdf8ef7da662b54bf334ed4b /editors/gphpedit
parente3afdd7ee83016bc6175802d85d547010459bbe9 (diff)
downloadports-a25adcedae01fc4e4d9b9969817c7bd308e31175.tar.gz
ports-a25adcedae01fc4e4d9b9969817c7bd308e31175.zip
Notes
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>