1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

. back out configuration changes of r308098, [1]

those changes did more harm than fixed problems;
. bump PORTREVISION;
. fix header line order.

Sorry for the mess.

Pointed out by:	Juergen Lock <nox@jelal.kn-bremen.de>
Requested by:	itetcu@
This commit is contained in:
Boris Samorodov 2012-12-09 17:07:05 +00:00
parent 8361218f8a
commit 8c6f644b8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308543

View File

@ -1,9 +1,9 @@
# $FreeBSD$
# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
PORTNAME= alsa-lib
PORTVERSION= 1.0.21
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
@ -21,11 +21,4 @@ RPMVERSION= 2.fc10
BRANDELF_FILES= usr/bin/aserver
USE_LDCONFIG= yes
# We will use some other configuration file, so delete a linux one
post-extract:
@${RM} -r ${WRKSRC}/etc
post-install:
@${LN} -s ${LOCALBASE}/etc/asound.conf ${PREFIX}/etc/asound.conf
.include <bsd.port.mk>