diff options
Diffstat (limited to 'audio/cpige/Makefile')
-rw-r--r-- | audio/cpige/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/cpige/Makefile b/audio/cpige/Makefile index 692c2bbe46f3..9ca3e3d1a7f2 100644 --- a/audio/cpige/Makefile +++ b/audio/cpige/Makefile @@ -7,13 +7,14 @@ PORTNAME= cpige PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ed.zehome.com/cpige/ -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Icecast/Shoutcast stream ripper -PORTFILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |