1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

- Fix LOCALBASE/PREFIX misuse

Suggested by:	mat
Pointyhat to:	amdmi3
Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-05-25 13:11:44 +00:00
parent 2c802a9f27
commit 825507ad40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387380
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ SHEBANG_FILES= maintenance/dev/*.sh \
maintenance/hiphop/run-server
SHEBANG_LANG= hhvm
hhvm_OLD_CMD= /usr/bin/hhvm
hhvm_CMD= ${PREFIX}/bin/hhvm # not installed by anything yet
hhvm_CMD= ${LOCALBASE}/bin/hhvm # not installed by anything yet
USE_PHP= ctype hash iconv mbstring pcre session xml zlib readline dom json
WANT_PHP_WEB= yes
MEDIAWIKIDIR?= www/mediawiki

View File

@ -20,7 +20,7 @@ SHEBANG_FILES= maintenance/dev/*.sh \
maintenance/hiphop/run-server
SHEBANG_LANG= hhvm
hhvm_OLD_CMD= /usr/bin/hhvm
hhvm_CMD= ${PREFIX}/bin/hhvm # not installed by anything yet
hhvm_CMD= ${LOCALBASE}/bin/hhvm # not installed by anything yet
USE_PHP= ctype hash iconv mbstring pcre session xml zlib readline dom json
WANT_PHP_WEB= yes
MEDIAWIKIDIR?= www/mediawiki