svn commit: r408877 - head/emulators/fuse-roms

Rene Ladan rene at FreeBSD.org
Sun Feb 14 18:22:05 UTC 2016


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


More information about the svn-ports-all mailing list