diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-03 08:46:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-03 08:46:47 +0800 |
commit | e6f6a6464d2a220c62243e2a63fc3bd3366eba22 (patch) | |
tree | ab8572cce956bf4828df231602fff4054d90c96b /audio | |
parent | 9711f6f8bd79723fb2e2aff5d59716f42158f044 (diff) | |
download | freebsd-ports-gnome-e6f6a6464d2a220c62243e2a63fc3bd3366eba22.tar.gz freebsd-ports-gnome-e6f6a6464d2a220c62243e2a63fc3bd3366eba22.tar.zst freebsd-ports-gnome-e6f6a6464d2a220c62243e2a63fc3bd3366eba22.zip |
Part 1 at removing now useless FETCH_ARGS redifition
Diffstat (limited to 'audio')
-rw-r--r-- | audio/acoustid-fingerprinter/Makefile | 2 | ||||
-rw-r--r-- | audio/chromaprint/Makefile | 1 | ||||
-rw-r--r-- | audio/exaile/Makefile | 1 | ||||
-rw-r--r-- | audio/libdssialsacompat/Makefile | 1 | ||||
-rw-r--r-- | audio/libshairport/Makefile | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/audio/acoustid-fingerprinter/Makefile b/audio/acoustid-fingerprinter/Makefile index d880dcba646b..64a470802ad2 100644 --- a/audio/acoustid-fingerprinter/Makefile +++ b/audio/acoustid-fingerprinter/Makefile @@ -21,8 +21,6 @@ USE_QT4= gui network \ qmake_build moc_build rcc_build uic_build INSTALLS_ICONS= yes -FETCH_ARGS= -Fpr - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/cmake/modules/*.cmake diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile index f6ff6bbb5fde..5c994566cb79 100644 --- a/audio/chromaprint/Makefile +++ b/audio/chromaprint/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg USES= cmake:outsource USE_LDCONFIG= yes -FETCH_ARGS= -Fpr CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=ON \ -DWITH_AVFFT:BOOL=ON \ diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index 723a3567746a..7e42ae7a8d26 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:${PORTSDIR}/audio/py-mutagen -FETCH_ARGS= -pRr MAKE_ENV+= PYTHON2_CMD=${PYTHON_CMD} XDGCONFDIR=${PREFIX}/etc/xdg USE_GNOME= pygtk2 librsvg2 USE_GSTREAMER= python good faad diff --git a/audio/libdssialsacompat/Makefile b/audio/libdssialsacompat/Makefile index 812217b3263f..73d3657b89fc 100644 --- a/audio/libdssialsacompat/Makefile +++ b/audio/libdssialsacompat/Makefile @@ -9,7 +9,6 @@ MASTER_SITES= http://smbolton.com/linux/ MAINTAINER= ports@FreeBSD.org COMMENT= Alsa compatibility library to build DSSI -FETCH_ARGS?= -Fpr USES= pathfix USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes diff --git a/audio/libshairport/Makefile b/audio/libshairport/Makefile index ef480447ac01..4e5e10d6e367 100644 --- a/audio/libshairport/Makefile +++ b/audio/libshairport/Makefile @@ -10,7 +10,6 @@ DISTNAME= libshairport-${PORTVERSION}_lib MAINTAINER= manuel.creach@icloud.com COMMENT= An Airport Extreme Emulator -FETCH_ARGS= -pRr USES= gmake NO_STAGE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize |