Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2013 19:44:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334781 - head/audio/cuetools
Message-ID:  <201311241944.rAOJikbS039143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Nov 24 19:44:46 2013
New Revision: 334781
URL: http://svnweb.freebsd.org/changeset/ports/334781

Log:
  Support staging

Added:
  head/audio/cuetools/pkg-plist   (contents, props changed)
Modified:
  head/audio/cuetools/Makefile

Modified: head/audio/cuetools/Makefile
==============================================================================
--- head/audio/cuetools/Makefile	Sun Nov 24 19:44:16 2013	(r334780)
+++ head/audio/cuetools/Makefile	Sun Nov 24 19:44:46 2013	(r334781)
@@ -13,26 +13,17 @@ COMMENT=	Utilities for working with CUE 
 LICENSE=	GPLv2
 
 USES=		gmake
-NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 
-MAN1=		cuebreakpoints.1 cueconvert.1 cueprint.1
 PORTDOCS=	README
 PORTEXAMPLES=	cuetag.sh
-PLIST_FILES=	bin/cuebreakpoints bin/cueconvert bin/cueprint
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Added: head/audio/cuetools/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/cuetools/pkg-plist	Sun Nov 24 19:44:46 2013	(r334781)
@@ -0,0 +1,6 @@
+bin/cuebreakpoints
+bin/cueconvert
+bin/cueprint
+man/man1/cuebreakpoints.1.gz
+man/man1/cueconvert.1.gz
+man/man1/cueprint.1.gz



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