aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-08 00:04:46 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-08 00:04:46 +0800
commit649f91914e7f94ac29b3805883d3c8f322823b75 (patch)
treea7e3ed85960d49f52b2f805c38fc185752d6be2c /audio
parentfa37bd5f94bae1a29526eeba55c9923528805b86 (diff)
downloadfreebsd-ports-gnome-649f91914e7f94ac29b3805883d3c8f322823b75.tar.gz
freebsd-ports-gnome-649f91914e7f94ac29b3805883d3c8f322823b75.tar.zst
freebsd-ports-gnome-649f91914e7f94ac29b3805883d3c8f322823b75.zip
- Switch to options helpers
Diffstat (limited to 'audio')
-rw-r--r--audio/dtmfdial/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/dtmfdial/Makefile b/audio/dtmfdial/Makefile
index 2f9dd0407eeb..78e2fc249b3d 100644
--- a/audio/dtmfdial/Makefile
+++ b/audio/dtmfdial/Makefile
@@ -20,6 +20,8 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dial ${STAGEDIR}${PREFIX}/bin/dtmfdial
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}