diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-02-15 02:16:32 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-02-15 02:16:32 +0800 |
commit | 5020b1839dcf7d2d523cf58235cf3e381dd31493 (patch) | |
tree | 61311e163f3ac6a6ee5a7493d7cb2111a3673f09 /audio/libdssialsacompat | |
parent | 43b36cb2d784a4542268d49d3f200575c05281d9 (diff) | |
download | freebsd-ports-gnome-5020b1839dcf7d2d523cf58235cf3e381dd31493.tar.gz freebsd-ports-gnome-5020b1839dcf7d2d523cf58235cf3e381dd31493.tar.zst freebsd-ports-gnome-5020b1839dcf7d2d523cf58235cf3e381dd31493.zip |
- fix fetch from main distribution mirror
- trim Makefile header, while here
PR: 174246
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: maintainer timeout (2 months)
Diffstat (limited to 'audio/libdssialsacompat')
-rw-r--r-- | audio/libdssialsacompat/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/libdssialsacompat/Makefile b/audio/libdssialsacompat/Makefile index e5c34bbdf07a..ef38eeaa67e8 100644 --- a/audio/libdssialsacompat/Makefile +++ b/audio/libdssialsacompat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdssialsacompat -# Date created: 14 July 2006 -# Whom: mahonmesr@googlemail.com -# +# Created by: mahonmesr@googlemail.com # $FreeBSD$ -# PORTNAME= libdssialsacompat PORTVERSION= 1.0.8a @@ -13,6 +9,7 @@ MASTER_SITES= http://www.smbolton.com/linux/ MAINTAINER= freebsd-ports@coreland.ath.cx COMMENT= Alsa compatibility library to build DSSI +FETCH_ARGS?= -Fpr USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |