diff options
author | sbruno <sbruno@FreeBSD.org> | 2014-04-17 22:37:23 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2014-04-17 22:37:23 +0800 |
commit | cb5a1a5c5ea903c75a15689c78a42d0e81ae3d41 (patch) | |
tree | 7be6318df226e01439bca2dd4c4a62fb90f6fcb5 | |
parent | 03f127f2406b91e1676bd5404a02f031bfff1d0f (diff) | |
download | freebsd-ports-gnome-cb5a1a5c5ea903c75a15689c78a42d0e81ae3d41.tar.gz freebsd-ports-gnome-cb5a1a5c5ea903c75a15689c78a42d0e81ae3d41.tar.zst freebsd-ports-gnome-cb5a1a5c5ea903c75a15689c78a42d0e81ae3d41.zip |
Change PORTNAME to what it should have been to begin with as there is
already a libshout in ports.
Resolves duplicate warning from INDEX builds.
Submitted by: indexbuild@
-rw-r--r-- | audio/shout-idjc/Makefile | 5 | ||||
-rw-r--r-- | audio/shout-idjc/pkg-plist | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/audio/shout-idjc/Makefile b/audio/shout-idjc/Makefile index a30f47509554..a5c956fc9a2b 100644 --- a/audio/shout-idjc/Makefile +++ b/audio/shout-idjc/Makefile @@ -1,11 +1,12 @@ # Created by: Sean Bruno <sbruno@freebsd.org> # $FreeBSD$ -PORTNAME= libshout +PORTNAME= libshout-idjc PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= SF/idjc/libshout-idjc/ -DISTNAME= ${PORTNAME}-idjc-${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= sbruno@FreeBSD.org COMMENT= Shoutcast/Icecast Library for audio/idjc diff --git a/audio/shout-idjc/pkg-plist b/audio/shout-idjc/pkg-plist index 38715335a942..971803d56e31 100644 --- a/audio/shout-idjc/pkg-plist +++ b/audio/shout-idjc/pkg-plist @@ -4,9 +4,9 @@ lib/libshout-idjc.la lib/libshout-idjc.so lib/libshout-idjc.so.5 libdata/pkgconfig/shout-idjc.pc -%%DOCSDIR%%-idjc/COPYING -%%DOCSDIR%%-idjc/NEWS -%%DOCSDIR%%-idjc/README -@dirrmtry %%DOCSDIR%%-idjc +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +@dirrmtry %%DOCSDIR%% @dirrmtry libdata/pkgconfig @dirrmtry include/shoutidjc |