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@
This commit is contained in:
parent
4c625269ae
commit
d493c903f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351478
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue