1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2013-12-28 17:45:18 +00:00
parent 60e80a8047
commit 05b2f68ccc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337886

View File

@ -9,22 +9,17 @@ MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ale@FreeBSD.org
COMMENT= A universal tool to set specific port knobs
COMMENT= Universal tool to set specific port knobs
NO_BUILD= yes
SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= libexec/${PORTNAME}
NO_STAGE= yes
do-fetch:
@${DO_NADA}
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/libexec/${PORTNAME}
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
@${CAT} ${PKGMESSAGE}
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
.include <bsd.port.mk>