Date: Mon, 31 Dec 2012 14:34:33 +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: r309758 - head/audio/dtmfdial Message-ID: <201212311434.qBVEYX3u051353@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Dec 31 14:34:32 2012 New Revision: 309758 URL: http://svnweb.freebsd.org/changeset/ports/309758 Log: Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS Trim headers Modified: head/audio/dtmfdial/Makefile Modified: head/audio/dtmfdial/Makefile ============================================================================== --- head/audio/dtmfdial/Makefile Mon Dec 31 14:33:37 2012 (r309757) +++ head/audio/dtmfdial/Makefile Mon Dec 31 14:34:32 2012 (r309758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dtmfdial -# Date created: 26 March 2006 -# Whom: David Bushong <david@bushong.net> -# +# Created by: David Bushong <david@bushong.net> # $FreeBSD$ -# PORTNAME= dtmfdial PORTVERSION= 0.2 @@ -19,9 +15,10 @@ WRKSRC= ${WRKDIR}/dial MAKE_ARGS= CFLAGS="${CFLAGS}" PORTDOCS= README TODO +.include <bsd.port.options.mk> do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dial ${PREFIX}/bin/dtmfdial -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311434.qBVEYX3u051353>