svn commit: r318496 - head/games/quake-reaper

Alexey Dokuchaev danfe at FreeBSD.org
Sun May 19 08:29:29 UTC 2013


Author: danfe
Date: Sun May 19 08:29:29 2013
New Revision: 318496
URL: http://svnweb.freebsd.org/changeset/ports/318496

Log:
  Fix packaging.
  
  Reported by:	erwin

Modified:
  head/games/quake-reaper/Makefile

Modified: head/games/quake-reaper/Makefile
==============================================================================
--- head/games/quake-reaper/Makefile	Sun May 19 08:29:12 2013	(r318495)
+++ head/games/quake-reaper/Makefile	Sun May 19 08:29:29 2013	(r318496)
@@ -17,7 +17,7 @@ NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 DATADIR=	${Q1DIR}/${PORTNAME}
-PORTDOCS=	B08chg.txt Dedserv.txt Reaprb80.txt Skinspec.txt
+PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
@@ -31,7 +31,7 @@ do-install:
 .endfor
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-.  for f in ${PORTDOCS}
+.  for f in B08chg.txt Dedserv.txt Reaprb80.txt Skinspec.txt
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f:L}
 .  endfor
 .endif


More information about the svn-ports-all mailing list