svn commit: r348173 - head/palm/pilot_makedoc

Emanuel Haupt ehaupt at FreeBSD.org
Fri Mar 14 08:37:17 UTC 2014


Author: ehaupt
Date: Fri Mar 14 08:37:16 2014
New Revision: 348173
URL: http://svnweb.freebsd.org/changeset/ports/348173
QAT: https://qat.redports.org/buildarchive/r348173/

Log:
  Support staging

Modified:
  head/palm/pilot_makedoc/Makefile

Modified: head/palm/pilot_makedoc/Makefile
==============================================================================
--- head/palm/pilot_makedoc/Makefile	Fri Mar 14 08:36:59 2014	(r348172)
+++ head/palm/pilot_makedoc/Makefile	Fri Mar 14 08:37:16 2014	(r348173)
@@ -13,17 +13,16 @@ EXTRACT_SUFX=	.cpp
 MAINTAINER=	simond at 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>


More information about the svn-ports-head mailing list