Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2016 18:22:03 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408877 - head/emulators/fuse-roms
Message-ID:  <201602141822.u1EIM3hN036717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Feb 14 18:22:03 2016
New Revision: 408877
URL: https://svnweb.freebsd.org/changeset/ports/408877

Log:
  emulators/fuse-roms: tiny cleanup
  
  Use ${DOCSDIR_REL} instead of %%DOCSDIR%% in the definition of DOCS_PLIST_FILES
  
  Submitted by:	mat (via IRC, a while ago)

Modified:
  head/emulators/fuse-roms/Makefile

Modified: head/emulators/fuse-roms/Makefile
==============================================================================
--- head/emulators/fuse-roms/Makefile	Sun Feb 14 18:13:39 2016	(r408876)
+++ head/emulators/fuse-roms/Makefile	Sun Feb 14 18:22:03 2016	(r408877)
@@ -30,7 +30,7 @@ RESTRICTED=	No explicit permission to re
 
 OPTIONS_DEFINE=	DOCS
 
-DOCS_PLIST_FILES=%%DOCSDIR%%/rom-distribution.txt
+DOCS_PLIST_FILES=${DOCSDIR_REL}/rom-distribution.txt
 
 post-extract:
 	${CP} ${DISTDIR}/Opus-22.rom ${WRKDIR}/usr/share/fuse/opus.rom



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602141822.u1EIM3hN036717>