1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-03-14 08:37:16 +00:00
parent 8483905680
commit e5b4010552
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348173

View File

@ -13,17 +13,16 @@ EXTRACT_SUFX= .cpp
MAINTAINER= simond@irrelevant.org
COMMENT= Converts text into the Doc format used by PalmPilots
NO_WRKSUBDIR= YES
NO_WRKSUBDIR= yes
PLIST_FILES= bin/pilot_makedoc
ALL_TARGET= pilot_makedoc
NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
do-install:
@${INSTALL_PROGRAM} ${WRKDIR}/pilot_makedoc ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKDIR}/pilot_makedoc ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>