diff options
author | adamw <adamw@FreeBSD.org> | 2005-04-08 02:24:12 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-04-08 02:24:12 +0800 |
commit | 87b2ba36134e049c451eb62f4a96872f2d9f2e23 (patch) | |
tree | f64330259fd5ad16ec6bc6dd8b00fa2a59c72fe2 /audio/cpige | |
parent | 03b7dcccf663029e69e7f986e9dfced0a90fc3a6 (diff) | |
download | freebsd-ports-gnome-87b2ba36134e049c451eb62f4a96872f2d9f2e23.tar.gz freebsd-ports-gnome-87b2ba36134e049c451eb62f4a96872f2d9f2e23.tar.zst freebsd-ports-gnome-87b2ba36134e049c451eb62f4a96872f2d9f2e23.zip |
Correct the PLIST_FILES variable name (dunno what I'd been
thinking there), bump the PORTREVISION, and assign to ports@.
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 |