diff options
author | mat <mat@FreeBSD.org> | 2017-01-14 00:54:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-14 00:54:55 +0800 |
commit | 7213ad9c4b6b590c338dd41e8ecbd08674020987 (patch) | |
tree | 545ac8faaf58a17f5075028cc7de936c43e387a2 /japanese/xgate | |
parent | 280c6e4b964d25005485b5668428262f0a8f4ab4 (diff) | |
download | freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.gz freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.zst freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.zip |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'japanese/xgate')
-rw-r--r-- | japanese/xgate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xgate/Makefile b/japanese/xgate/Makefile index b76a85f28e4a..b3e80da39944 100644 --- a/japanese/xgate/Makefile +++ b/japanese/xgate/Makefile @@ -46,7 +46,7 @@ RESTRICTED= Commercial license .include <bsd.port.options.mk> -APP_HOME!= ${MAKE} -C ${PORTSDIR}/www/tomcat6 -VAPP_HOME +APP_HOME!= ${MAKE} -C ${PORTSDIR}/www/tomcat6 -VAPP_HOME PREFIX=${LOCALBASE} CNFLSTS= account/admin.ndt \ account/license.dat \ |