Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2014 11:10:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194478] [new port] java/wildfly81
Message-ID:  <bug-194478-13-aR9ODxH35G@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194478-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194478-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194478

--- Comment #23 from John Marino <marino@FreeBSD.org> ---
I only see one minor issue.  You have both do-install and post-install targets.
 You only need one.

CHANGE:

Xdo-install:
X    ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} 
X    cd ${WRKSRC} && ${COPYTREE_SHARE} .
${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
X    chmod +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh
X
Xpost-install:
X    ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation

TO:

Xdo-install:
X    ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} 
X    cd ${WRKSRC} && ${COPYTREE_SHARE} .
${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
X    chmod +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh
X    ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation


Make that change, upload a new shar (text/plain MIME type please) and then I'll
promote the PR.  You don't need to upload a new poudriere test log.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194478-13-aR9ODxH35G>