diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-21 09:07:51 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-21 09:07:51 +0000 |
commit | 10b473dfe5793ac04b867511a26a1abb9f893e7c (patch) | |
tree | 62105ade6545671155e8084f89dd4a0b69d73764 /www/asp2php/Makefile | |
parent | a818454de9ab5f1fbfe2a3ff5b9ee3bd93d7625b (diff) | |
download | ports-10b473dfe5793ac04b867511a26a1abb9f893e7c.tar.gz ports-10b473dfe5793ac04b867511a26a1abb9f893e7c.zip |
Notes
Diffstat (limited to 'www/asp2php/Makefile')
-rw-r--r-- | www/asp2php/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile index a2413fb52f60..ccb37e151902 100644 --- a/www/asp2php/Makefile +++ b/www/asp2php/Makefile @@ -6,15 +6,14 @@ # PORTNAME= asp2php -PORTVERSION= 0.75.1 -PORTREVISION= 1 +PORTVERSION= 0.75.11 CATEGORIES= www MASTER_SITES= http://home.i1.net/~naken/asp2php/ -DISTNAME= ${PORTNAME}${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME} WANT_GTK= yes @@ -23,10 +22,12 @@ WANT_GTK= yes .if defined(HAVE_GTK) USE_GTK= yes ALL_TARGET= all gtkasp2php -INSTALL_TARGET= install install-gtk PLIST_SUB+= WANT_GTK="" .else PLIST_SUB+= WANT_GTK="@comment " .endif +pre-build: + ${PERL} -pi -e "s:gtk-config:${GTK_CONFIG}:g" ${WRKSRC}/Makefile + .include <bsd.port.post.mk> |