Date: Sat, 21 Mar 2015 20:01:19 +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: r381852 - head/games/linux-ut2003-demo Message-ID: <201503212001.t2LK1JBr097722@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503212001.t2LK1JBr097722>