aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2013-09-28 13:34:04 +0000
committerErwin Lansing <erwin@FreeBSD.org>2013-09-28 13:34:04 +0000
commit92b50712e9575b172c4a3656af5cfde944138c86 (patch)
tree647e09795b952e6e7848727446f8a4c709115b2d /www
parent6bef8ca785e86cf8733a74561ae29c2283373d9d (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/asp2php/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile
index 3f90e553c6de..724073cdd40c 100644
--- a/www/asp2php/Makefile
+++ b/www/asp2php/Makefile
@@ -16,7 +16,6 @@ MAKE_ARGS= CC="${CC}" FLAGS="${CFLAGS}"
PLIST_FILES= bin/asp2php
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgtk12}
@@ -35,9 +34,9 @@ post-patch:
s|`gtk-config|`\$$\{GTK_CONFIG\}|g'
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/asp2php ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/asp2php ${STAGEDIR}${PREFIX}/bin
.if defined(HAVE_GTK)
- ${INSTALL_PROGRAM} ${WRKSRC}/gtkasp2php ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/gtkasp2php ${STAGEDIR}${PREFIX}/bin
.endif
.include <bsd.port.post.mk>