Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 16:07:57 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358437 - head/misc/otter
Message-ID:  <201406191607.s5JG7vDp010773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Thu Jun 19 16:07:57 2014
New Revision: 358437
URL: http://svnweb.freebsd.org/changeset/ports/358437
QAT: https://qat.redports.org/buildarchive/r358437/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/misc/otter/Makefile

Modified: head/misc/otter/Makefile
==============================================================================
--- head/misc/otter/Makefile	Thu Jun 19 16:02:32 2014	(r358436)
+++ head/misc/otter/Makefile	Thu Jun 19 16:07:57 2014	(r358437)
@@ -17,7 +17,6 @@ PORTDOCS=	README anldp.pdf mace2.pdf ott
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -31,15 +30,15 @@ post-patch:
 		${WRKSRC}/mace2/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${PROGRAMS:S,^,${WRKSRC}/bin/,} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${PROGRAMS:S,^,${WRKSRC}/bin/,} ${STAGEDIR}${PREFIX}/bin
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/documents/,} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/documents/,} ${STAGEDIR}${DOCSDIR}
 .endif
 .if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR} ${PREFIX}/share/examples/mace2
-	(cd ${WRKSRC}/examples; ${PAX} -rw . ${EXAMPLESDIR})
-	(cd ${WRKSRC}/examples-mace2; ${PAX} -rw . ${PREFIX}/share/examples/mace2)
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${PREFIX}/share/examples/mace2
+	(cd ${WRKSRC}/examples; ${PAX} -rw . ${STAGEDIR}${EXAMPLESDIR})
+	(cd ${WRKSRC}/examples-mace2; ${PAX} -rw . ${STAGEDIR}${PREFIX}/share/examples/mace2)
 .endif
 
 .include <bsd.port.mk>



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