svn commit: r404794 - head/multimedia/vcdgear

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 30 01:42:24 UTC 2015


Author: amdmi3
Date: Wed Dec 30 01:42:23 2015
New Revision: 404794
URL: https://svnweb.freebsd.org/changeset/ports/404794

Log:
  - Switch to options helpers

Modified:
  head/multimedia/vcdgear/Makefile

Modified: head/multimedia/vcdgear/Makefile
==============================================================================
--- head/multimedia/vcdgear/Makefile	Wed Dec 30 01:42:20 2015	(r404793)
+++ head/multimedia/vcdgear/Makefile	Wed Dec 30 01:42:23 2015	(r404794)
@@ -10,8 +10,10 @@ DISTNAME=	${PORTNAME}16d_i386_freebsd42
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool to convert VCDs from cue/bin format to mpeg
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 WRKSRC=		${WRKDIR}/vcdgear16
-NO_BUILD=	true
+NO_BUILD=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 
@@ -19,12 +21,11 @@ PORTDOCS=	faq.txt manual.txt whatsnew.tx
 
 OPTIONS_DEFINE=	DOCS
 
-ONLY_FOR_ARCHS=	i386 amd64
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/vcdgear16_static \
 		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list