diff options
author | antoine <antoine@FreeBSD.org> | 2015-07-26 21:35:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-07-26 21:35:29 +0800 |
commit | e7ea3728f377e504fa0b2c591601b7937ca9fc38 (patch) | |
tree | f8a8dc1db25b916144f78a16ce28d7b608261d7a /audio/linux-c6-openal-soft | |
parent | b7b235441550eaabe144bf86b077ae4088e9d5d8 (diff) | |
download | freebsd-ports-gnome-e7ea3728f377e504fa0b2c591601b7937ca9fc38.tar.gz freebsd-ports-gnome-e7ea3728f377e504fa0b2c591601b7937ca9fc38.tar.zst freebsd-ports-gnome-e7ea3728f377e504fa0b2c591601b7937ca9fc38.zip |
Unbreak INDEX, reverting r392921
With hat: portmgr
Diffstat (limited to 'audio/linux-c6-openal-soft')
-rw-r--r-- | audio/linux-c6-openal-soft/Makefile | 4 | ||||
-rw-r--r-- | audio/linux-c6-openal-soft/distinfo.x86_64 | 4 | ||||
-rw-r--r-- | audio/linux-c6-openal-soft/pkg-plist.i686 | 4 | ||||
-rw-r--r-- | audio/linux-c6-openal-soft/pkg-plist.x86_64 | 4 |
4 files changed, 3 insertions, 13 deletions
diff --git a/audio/linux-c6-openal-soft/Makefile b/audio/linux-c6-openal-soft/Makefile index 3e3a9178f5c6..f5cda5e1e6ed 100644 --- a/audio/linux-c6-openal-soft/Makefile +++ b/audio/linux-c6-openal-soft/Makefile @@ -3,7 +3,7 @@ PORTNAME= openal-soft PORTVERSION= 1.12.854 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= audio linux MASTER_SITES= EPEL @@ -18,6 +18,8 @@ USE_LINUX_APPS= alsalib arts esound RPMVERSION= 1.el6 USE_LDCONFIG= yes +PLIST_FILES= usr/lib/libopenal.so.1 usr/lib/libopenal.so.${PORTVERSION} \ + usr/bin/openal-info etc/openal/alsoft.conf DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= COPYING DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr diff --git a/audio/linux-c6-openal-soft/distinfo.x86_64 b/audio/linux-c6-openal-soft/distinfo.x86_64 deleted file mode 100644 index 05459d3bc0b3..000000000000 --- a/audio/linux-c6-openal-soft/distinfo.x86_64 +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (rpm/x86_64/centos/6.6/openal-soft-1.12.854-1.el6.x86_64.rpm) = 607343af6d2782d272f70ea51293b0e5167a690248790fb9e74bcdf7545bdca7 -SIZE (rpm/x86_64/centos/6.6/openal-soft-1.12.854-1.el6.x86_64.rpm) = 131664 -SHA256 (rpm/x86_64/centos/6.6/openal-soft-1.12.854-1.el6.src.rpm) = efdf8696cd2d3a9bd035815adbde6607c97ea48b91de06aa2bcec6b9bbd10ba7 -SIZE (rpm/x86_64/centos/6.6/openal-soft-1.12.854-1.el6.src.rpm) = 113553 diff --git a/audio/linux-c6-openal-soft/pkg-plist.i686 b/audio/linux-c6-openal-soft/pkg-plist.i686 deleted file mode 100644 index 89a1071c627d..000000000000 --- a/audio/linux-c6-openal-soft/pkg-plist.i686 +++ /dev/null @@ -1,4 +0,0 @@ -etc/openal/alsoft.conf -usr/bin/openal-info -usr/lib/libopenal.so.1 -usr/lib/libopenal.so.1.12.854 diff --git a/audio/linux-c6-openal-soft/pkg-plist.x86_64 b/audio/linux-c6-openal-soft/pkg-plist.x86_64 deleted file mode 100644 index 26ba2fe1f903..000000000000 --- a/audio/linux-c6-openal-soft/pkg-plist.x86_64 +++ /dev/null @@ -1,4 +0,0 @@ -etc/openal/alsoft.conf -usr/bin/openal-info -usr/lib64/libopenal.so.1 -usr/lib64/libopenal.so.1.12.854 |