mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify, and fix WWW line.
Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
5fc32edc27
commit
d5a3dbcb03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359043
@ -23,10 +23,9 @@ SUB_LIST= JARNAME=${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${JAVAJARDIR}/
|
||||
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${JAVAJARDIR}/
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
||||
${MKDIR} ${STAGEDIR}${JAVAJARDIR}/
|
||||
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${JAVAJARDIR}/
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,4 +4,4 @@ servers and then these are forwarded to the target host. Reducing the
|
||||
size of resources that are transferred between the server and the client
|
||||
makes more efficient use of the user's bandwidth.
|
||||
|
||||
WWW: http://toonel.net
|
||||
WWW: http://toonel.net
|
||||
|
Loading…
Reference in New Issue
Block a user