Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2015 18:20:44 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398930 - head/games/ioquake3
Message-ID:  <201510091820.t99IKiCD053493@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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