aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-10-25 02:07:43 +0800
committertobik <tobik@FreeBSD.org>2018-10-25 02:07:43 +0800
commitbbe7042e051caa49b925311b7e199d28bb5ef7d3 (patch)
tree567db05d3def14f93d3bf5e93b7d8809a2b27000 /multimedia
parentf0cb1634eb8010e90c80d28458d6ff11314bd3e9 (diff)
downloadfreebsd-ports-gnome-bbe7042e051caa49b925311b7e199d28bb5ef7d3.tar.gz
freebsd-ports-gnome-bbe7042e051caa49b925311b7e199d28bb5ef7d3.tar.zst
freebsd-ports-gnome-bbe7042e051caa49b925311b7e199d28bb5ef7d3.zip
multimedia/ffmpeg: Do not set DATADIR twice
PR: 232637
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 707c95a35771..308441e0e45a 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -458,8 +458,6 @@ INSTALL_TARGET= install-progs install-doc install-data \
install-libs install-headers install-examples
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
-
-DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin V=1