aboutsummaryrefslogtreecommitdiff
path: root/audio/tcd
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-30 14:26:06 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-30 14:26:06 +0000
commit0fb72bb59b765ea499f1e608f2b906f939cb9c58 (patch)
tree8f3ff888b1cc11b2be54b54fd184f2c0dfb8a397 /audio/tcd
parent963276605bdc4aa39cfb6f7961c08993e18de87d (diff)
downloadports-0fb72bb59b765ea499f1e608f2b906f939cb9c58.tar.gz
ports-0fb72bb59b765ea499f1e608f2b906f939cb9c58.zip
- Add LICENSE
- STAGE-clean
Notes
Notes: svn path=/head/; revision=341842
Diffstat (limited to 'audio/tcd')
-rw-r--r--audio/tcd/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/tcd/Makefile b/audio/tcd/Makefile
index 7d0edd1e1980..e3de9fe227ab 100644
--- a/audio/tcd/Makefile
+++ b/audio/tcd/Makefile
@@ -9,13 +9,14 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gahr@FreeBSD.org
-COMMENT= A simple, user-friendly ncurses-based CD player
+COMMENT= Simple, user-friendly ncurses-based CD player
+
+LICENSE= GPLv2
USE_SDL= sdl
-NO_STAGE= yes
GNU_CONFIGURE= yes
-MAN1= tcd.1
-PLIST_FILES= bin/tcd
+PLIST_FILES= bin/tcd \
+ man/man1/tcd.1.gz
.include <bsd.port.mk>