mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Support staging
This commit is contained in:
parent
8483905680
commit
e5b4010552
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348173
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user