svn commit: r357973 - head/graphics/white_dune
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Jun 16 12:18:27 UTC 2014
Author: vanilla
Date: Mon Jun 16 12:18:26 2014
New Revision: 357973
URL: http://svnweb.freebsd.org/changeset/ports/357973
QAT: https://qat.redports.org/buildarchive/r357973/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/graphics/white_dune/Makefile
head/graphics/white_dune/pkg-plist
Modified: head/graphics/white_dune/Makefile
==============================================================================
--- head/graphics/white_dune/Makefile Mon Jun 16 12:13:36 2014 (r357972)
+++ head/graphics/white_dune/Makefile Mon Jun 16 12:18:26 2014 (r357973)
@@ -35,11 +35,8 @@ LDFLAGS+= `${SDL_CONFIG} --libs`
ALL_TARGET= dune
REINPLACE_ARGS= -i ''
-MAN1= dune.1 illegal2vrml.1
-
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
# Try to fix parallel builds (-jX) by calling submakes correctly
@@ -48,12 +45,12 @@ post-patch:
's,cd (.+) *(;|&&) *(make|\$$\(MAKE\)),$$(MAKE) -C \1,'
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/dune ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dune ${STAGEDIR}${PREFIX}/bin
cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} dune4kids illegal2vrml \
- ${PREFIX}/bin
- cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1
+ ${STAGEDIR}${PREFIX}/bin
+ cd ${WRKSRC}/man && ${INSTALL_MAN} dune.1 illegal2vrml.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.if ${PORT_OPTIONS:MDOCS}
- @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
+ @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
Modified: head/graphics/white_dune/pkg-plist
==============================================================================
--- head/graphics/white_dune/pkg-plist Mon Jun 16 12:13:36 2014 (r357972)
+++ head/graphics/white_dune/pkg-plist Mon Jun 16 12:18:26 2014 (r357973)
@@ -1,6 +1,8 @@
bin/dune
bin/dune4kids
bin/illegal2vrml
+man/man1/dune.1.gz
+man/man1/illegal2vrml.1.gz
%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/bubbles.wrl
%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.png
%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.wrl
More information about the svn-ports-all
mailing list