Date: Mon, 31 Dec 2012 14:19:07 +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: r309750 - head/audio/HVSC-Update Message-ID: <201212311419.qBVEJ79A048485@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Dec 31 14:19:07 2012 New Revision: 309750 URL: http://svnweb.freebsd.org/changeset/ports/309750 Log: Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS Remove useless use of pre.mk/post.mk Trim headers Modified: head/audio/HVSC-Update/Makefile Modified: head/audio/HVSC-Update/Makefile ============================================================================== --- head/audio/HVSC-Update/Makefile Mon Dec 31 14:17:15 2012 (r309749) +++ head/audio/HVSC-Update/Makefile Mon Dec 31 14:19:07 2012 (r309750) @@ -1,9 +1,5 @@ -# New ports collection makefile for: HVSC-Update -# Date created: 13 October 2002 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HVSC-Update PORTVERSION= 2.8.5 @@ -25,15 +21,15 @@ MAKE_JOBS_SAFE= yes PORTDOCS= HVSC_Update.txt SID_file_format.txt PLIST_FILES= bin/${PORTNAME} -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${PREFIX}/bin/${PORTNAME} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311419.qBVEJ79A048485>