svn commit: r381852 - head/games/linux-ut2003-demo

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 21 20:01:20 UTC 2015


Author: amdmi3
Date: Sat Mar 21 20:01:18 2015
New Revision: 381852
URL: https://svnweb.freebsd.org/changeset/ports/381852
QAT: https://qat.redports.org/buildarchive/r381852/

Log:
  - Simplify MASTER_SITES
  - Drop @dirrm* from plist

Modified:
  head/games/linux-ut2003-demo/Makefile

Modified: head/games/linux-ut2003-demo/Makefile
==============================================================================
--- head/games/linux-ut2003-demo/Makefile	Sat Mar 21 19:56:46 2015	(r381851)
+++ head/games/linux-ut2003-demo/Makefile	Sat Mar 21 20:01:18 2015	(r381852)
@@ -4,8 +4,7 @@
 PORTNAME=	ut2003-demo
 PORTVERSION=	2206
 CATEGORIES=	games linux
-MASTER_SITES=	${MASTER_SITE_GENTOO}
-MASTER_SITE_SUBDIR=	distfiles
+MASTER_SITES=	GENTOO/distfiles
 PKGNAMEPREFIX=	linux-
 DISTNAME=	ut2003demo-lnx-${PORTVERSION}
 EXTRACT_SUFX=	.sh.bin
@@ -56,9 +55,7 @@ pre-install:
 	@${RM} -f ${PLIST}
 	@cd ${WRKSRC} && \
 	${FIND} ${LIBDIRS} -type f | ${SORT} \
-		| ${SED} -e 's|^|${UTDIR_REL}/|' >> ${PLIST} && \
-	${FIND} ${LIBDIRS} -type d ! -empty | ${SORT} -r \
-		| ${SED} -e 's|^|@dirrm ${UTDIR_REL}/|' >> ${PLIST}
+		| ${SED} -e 's|^|${UTDIR_REL}/|' >> ${PLIST}
 
 	# This fix an error with the libSDL included in the ut2003 package
 	@${ECHO_CMD} "@exec cp ${LINUXBASE}/usr/lib/libSDL-1.2.so.0 ${UTDIR}/System/" \


More information about the svn-ports-head mailing list