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-pulseaudio-utils/Makefile | |
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-pulseaudio-utils/Makefile')
-rw-r--r-- | audio/linux-c6-pulseaudio-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/linux-c6-pulseaudio-utils/Makefile b/audio/linux-c6-pulseaudio-utils/Makefile index 20306d47d23e..bafc35bee31e 100644 --- a/audio/linux-c6-pulseaudio-utils/Makefile +++ b/audio/linux-c6-pulseaudio-utils/Makefile @@ -19,6 +19,6 @@ USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION} DESCR= ${PORTSDIR}/audio/pulseaudio/pkg-descr -SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE +SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} .include <bsd.port.mk> |