mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Support stage
This commit is contained in:
parent
99f928de7d
commit
dfd11e0734
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360910
@ -36,7 +36,6 @@ SUB_LIST= APP_SHORTNAME=${PORTNAME} \
|
||||
PID_FILE=${PID_FILE} \
|
||||
APP_HOME=${PREFIX}/${DISTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build you should have at least 2Gb of Ram (Or build will fail with java OOM Exception)"
|
||||
@ -51,7 +50,6 @@ do-build:
|
||||
cd ${WRKSRC} && ./build.sh -Dmaven.test.skip=true -DskipTests
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/${DISTNAME} && cd ${JBOSSOUTPUT} && ${FIND} . | ${CPIO} -pdmu -R ${USER}:${GROUP} ${PREFIX}/${DISTNAME}
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${DISTNAME} && cd ${JBOSSOUTPUT} && ${FIND} . | ${CPIO} -pdmu -R ${USER}:${GROUP} ${STAGEDIR}${PREFIX}/${DISTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
@owner www
|
||||
@group www
|
||||
jboss-as-7.1.3.Final/LICENSE.txt
|
||||
jboss-as-7.1.3.Final/README.txt
|
||||
jboss-as-7.1.3.Final/appclient/configuration/appclient.xml
|
||||
@ -1456,3 +1458,5 @@ jboss-as-7.1.3.Final/welcome-content/noredirect.html
|
||||
@dirrm jboss-as-7.1.3.Final/appclient/configuration
|
||||
@dirrm jboss-as-7.1.3.Final/appclient
|
||||
@dirrm jboss-as-7.1.3.Final
|
||||
@owner root
|
||||
@group wheel
|
||||
|
Loading…
Reference in New Issue
Block a user