diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-07 18:24:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-07 18:24:12 +0000 |
commit | ee963e471d20bd148ad0d8b91477634500f3b237 (patch) | |
tree | 97ce8c3abf85fa691c376ec55388dc624be9cb82 /audio/cpige | |
parent | 0984db2f361242c91c2be97f9583a8c74ed4d9d2 (diff) | |
download | ports-ee963e471d20bd148ad0d8b91477634500f3b237.tar.gz ports-ee963e471d20bd148ad0d8b91477634500f3b237.zip |
Correct the PLIST_FILES variable name (dunno what I'd been
thinking there), bump the PORTREVISION, and assign to ports@.
Notes
Notes:
svn path=/head/; revision=132710
Diffstat (limited to 'audio/cpige')
-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 |