java/wildfly80: fix building as user
This commit is contained in:
parent
e3c7afddde
commit
afcc833cc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361638
2 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= wildfly80
|
||||
PORTVERSION= 8.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java www
|
||||
MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/
|
||||
DISTNAME= wildfly-${WILDFLY_VERSION}
|
||||
|
@ -17,7 +18,6 @@ USE_JAVA= yes
|
|||
JAVA_VERSION= 1.7+
|
||||
USER= www
|
||||
GROUP= www
|
||||
NEED_ROOT= yes
|
||||
VAR_DIR?= /var
|
||||
LOG_DIR?= ${VAR_DIR}/log/${PORTNAME}
|
||||
PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid
|
||||
|
@ -39,7 +39,4 @@ do-build:
|
|||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} && cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R ${USER}:${GROUP} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@owner www
|
||||
@group www
|
||||
%%APP_HOME%%/LICENSE.txt
|
||||
%%APP_HOME%%/README.txt
|
||||
%%APP_HOME%%/appclient/configuration/appclient.xml
|
||||
|
|
Loading…
Reference in a new issue