aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-31 14:34:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-31 14:34:32 +0000
commit6361c26b1bc7ab064e47ba3df0f1d20166c1a493 (patch)
treecb52573a1aee465090071d9f32dd8c4d7aa1e763
parent0ca3f6898becfac5fe9dca9759902b0aa98c6b08 (diff)
downloadports-6361c26b1bc7ab064e47ba3df0f1d20166c1a493.tar.gz
ports-6361c26b1bc7ab064e47ba3df0f1d20166c1a493.zip
Notes
-rw-r--r--audio/dtmfdial/Makefile9
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