svn commit: r398930 - head/games/ioquake3

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 9 18:20:45 UTC 2015


Author: amdmi3
Date: Fri Oct  9 18:20:43 2015
New Revision: 398930
URL: https://svnweb.freebsd.org/changeset/ports/398930

Log:
  - Fix duplicate plist entry in ioquake3-devel
  - Don't cat pkg-message from Makefile
  
  PR:		202974
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (kamikaze at bsdforen.de, 1 month)

Modified:
  head/games/ioquake3/Makefile

Modified: head/games/ioquake3/Makefile
==============================================================================
--- head/games/ioquake3/Makefile	Fri Oct  9 18:13:57 2015	(r398929)
+++ head/games/ioquake3/Makefile	Fri Oct  9 18:20:43 2015	(r398930)
@@ -221,7 +221,7 @@ PLIST_DIRS+=	${LIBDIR}
 .endif
 .if ${PORT_OPTIONS:MDOCS}
 PLIST_DIRS+=	${DOCSDIR}
-. for doc in ${Q3DOCS}
+. for doc in ${Q3DOCS:O:u}
 IOQ3_INST+=	DATA;../../${doc};${DOCSDIR}/${doc}
 . endfor
 .endif
@@ -241,11 +241,6 @@ do-install: ${Q3INSTALL}
 		${STAGEDIR}${PREFIX}/${inst:C/.*;//}
 .endfor
 
-post-install:
-	@${JOT} -s '' -b= 78
-	@${CAT} ${PKGMESSAGE}
-	@${JOT} -s '' -b= 78
-
 .if !defined(Q3TOTALCONV)
 .include "${.CURDIR}/../quake3-data/Makefile.include"
 .endif


More information about the svn-ports-all mailing list