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/Makefile | |
parent | Add log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible, (diff) |
Fix pkg-plist by fix PLIST_FILES variable typo.
Bump PORTREVISION.
Notice from: dosirak via kris
Diffstat (limited to '')
-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: |