diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 16:37:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 16:37:16 +0800 |
commit | 0841e3e790f3503e187156fdb9287bce970a9657 (patch) | |
tree | 52daff92077bd730a8c16542cb8604eb74366caf /palm | |
parent | cfd3e38a612bbdf095a92a2b2c9d01cecf8df76f (diff) | |
download | freebsd-ports-gnome-0841e3e790f3503e187156fdb9287bce970a9657.tar.gz freebsd-ports-gnome-0841e3e790f3503e187156fdb9287bce970a9657.tar.zst freebsd-ports-gnome-0841e3e790f3503e187156fdb9287bce970a9657.zip |
Support staging
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot_makedoc/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/palm/pilot_makedoc/Makefile b/palm/pilot_makedoc/Makefile index b71430ed8d9c..3f01b90e1514 100644 --- a/palm/pilot_makedoc/Makefile +++ b/palm/pilot_makedoc/Makefile @@ -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} + @${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> |