diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 22:34:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 22:34:32 +0800 |
commit | 53a6a58108503bf8d6f98521eae5a6f965089808 (patch) | |
tree | cb52573a1aee465090071d9f32dd8c4d7aa1e763 /audio | |
parent | c5eec14460dd0e88dae948ec7308cfd58d845761 (diff) | |
download | freebsd-ports-gnome-53a6a58108503bf8d6f98521eae5a6f965089808.tar.gz freebsd-ports-gnome-53a6a58108503bf8d6f98521eae5a6f965089808.tar.zst freebsd-ports-gnome-53a6a58108503bf8d6f98521eae5a6f965089808.zip |
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
Trim headers
Diffstat (limited to 'audio')
-rw-r--r-- | audio/dtmfdial/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/dtmfdial/Makefile b/audio/dtmfdial/Makefile index 07485c486a1c..cdac12e4fb37 100644 --- a/audio/dtmfdial/Makefile +++ b/audio/dtmfdial/Makefile @@ -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 |