diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
commit | e86b55727a088049f223a32d722fdaf57dbe2719 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/btc | |
parent | 4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff) |
Notes
Diffstat (limited to 'audio/btc')
-rw-r--r-- | audio/btc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/btc/Makefile b/audio/btc/Makefile index 2005273343fc..7c6dabb3dbdb 100644 --- a/audio/btc/Makefile +++ b/audio/btc/Makefile @@ -8,13 +8,15 @@ MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for creating bass tablature +COMMENT= Tool for creating bass tablature WRKSRC= ${WRKDIR} PLIST_FILES= bin/btc PORTDOCS= btc.doc +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-build: |