diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-07-07 14:13:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-07-07 14:13:49 +0800 |
commit | 69fc4043535cd04e712953bcdc0929e0d4c49e51 (patch) | |
tree | bebce7cab40cf62e9695667159b346d608598cf3 | |
parent | 423401f1a9d5a849d3c42f4d4c45bfd936a017e2 (diff) | |
download | freebsd-ports-gnome-69fc4043535cd04e712953bcdc0929e0d4c49e51.tar.gz freebsd-ports-gnome-69fc4043535cd04e712953bcdc0929e0d4c49e51.tar.zst freebsd-ports-gnome-69fc4043535cd04e712953bcdc0929e0d4c49e51.zip |
- fix index
as bsd.php.mmk still needs explicit PORTSDIR
-rw-r--r-- | www/twig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 569fec18295b..92e7fb4eae64 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/${PHP3_PORT} .endif NO_BUILD= YES -PHP_PORT?= www/mod_php4-twig +PHP_PORT?= ${PORTSDIR}/www/mod_php4-twig PHP3_PORT?= www/mod_php3 TWIG?= www/data-dist/twig PLIST_SUB+= TWIG=${TWIG} |