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:
parent
2c802a9f27
commit
825507ad40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387380
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user