svn commit: r375275 - head/games/reminiscence

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 22 21:46:31 UTC 2014


Author: amdmi3
Date: Mon Dec 22 21:46:29 2014
New Revision: 375275
URL: https://svnweb.freebsd.org/changeset/ports/375275
QAT: https://qat.redports.org/buildarchive/r375275/

Log:
  - Cleanup PLIST_DIRS*

Modified:
  head/games/reminiscence/Makefile

Modified: head/games/reminiscence/Makefile
==============================================================================
--- head/games/reminiscence/Makefile	Mon Dec 22 21:46:15 2014	(r375274)
+++ head/games/reminiscence/Makefile	Mon Dec 22 21:46:29 2014	(r375275)
@@ -21,7 +21,7 @@ SUB_FILES=	pkg-message
 PORTDOCS=	README
 
 PLIST_FILES=	bin/remin
-PLIST_DIRSTRY=	%%DATADIR%%/data %%DATADIR%%
+PLIST_DIRS=	%%DATADIR%%/data
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list