diff options
Diffstat (limited to 'audio/dcd/Makefile')
-rw-r--r-- | audio/dcd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/dcd/Makefile b/audio/dcd/Makefile index 2f3090698863..baf560935d4d 100644 --- a/audio/dcd/Makefile +++ b/audio/dcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: dcd -# Date created: 20 June 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= dcd PORTVERSION= 0.99.2 @@ -16,7 +12,7 @@ COMMENT= A simple, programmable, intelligent CD player LIB_DEPENDS= cdaudio:${PORTSDIR}/audio/libcdaudio -USE_GMAKE= yes +USES= gmake MAN1= dcd.1 PLIST_FILES= bin/dcd |