svn commit: r482928 - head/multimedia/ffmpeg

Tobias Kortkamp tobik at FreeBSD.org
Wed Oct 24 18:07:44 UTC 2018


Author: tobik
Date: Wed Oct 24 18:07:43 2018
New Revision: 482928
URL: https://svnweb.freebsd.org/changeset/ports/482928

Log:
  multimedia/ffmpeg: Do not set DATADIR twice
  
  PR:		232637

Modified:
  head/multimedia/ffmpeg/Makefile

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Wed Oct 24 17:58:38 2018	(r482927)
+++ head/multimedia/ffmpeg/Makefile	Wed Oct 24 18:07:43 2018	(r482928)
@@ -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


More information about the svn-ports-all mailing list