Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 08:37:17 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348173 - head/palm/pilot_makedoc
Message-ID:  <201403140837.s2E8bHAL076878@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403140837.s2E8bHAL076878>