diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-12-09 15:16:48 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-12-09 15:16:48 +0000 |
commit | 97ae36bd7395f6bfc694bcfe8fbc780dea0255e6 (patch) | |
tree | 8f14c487bb7e1f4c3656e1da37238bcd4c407340 /audio/cd2mp3 | |
parent | ee4ec90809cef2f6bf819e52903e3f800d79472d (diff) | |
download | ports-97ae36bd7395f6bfc694bcfe8fbc780dea0255e6.tar.gz ports-97ae36bd7395f6bfc694bcfe8fbc780dea0255e6.zip |
Notes
Diffstat (limited to 'audio/cd2mp3')
-rw-r--r-- | audio/cd2mp3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile index ca3397e84baf..6a89c49237b8 100644 --- a/audio/cd2mp3/Makefile +++ b/audio/cd2mp3/Makefile @@ -7,6 +7,7 @@ PORTNAME= cd2mp3 PORTVERSION= 0.82 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.blackh0le.net/cd2mp3/dist/${PORTVERSION}/ @@ -20,7 +21,7 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame/ \ NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3 -PLIST_FILS= bin/cd2mp3 +PLIST_FILES= bin/cd2mp3 PORTDOCS= README do-install: |