aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-22 04:01:18 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-22 04:01:18 +0800
commit30594ac02c0e84ed02321c98e1bba5b3eb0b7b46 (patch)
treec490d3b5077e2c1b51105883c054808d5f1cc034 /games
parent35d995f8a5e7b08a8fc26a4dda1135117962922f (diff)
downloadfreebsd-ports-gnome-30594ac02c0e84ed02321c98e1bba5b3eb0b7b46.tar.gz
freebsd-ports-gnome-30594ac02c0e84ed02321c98e1bba5b3eb0b7b46.tar.zst
freebsd-ports-gnome-30594ac02c0e84ed02321c98e1bba5b3eb0b7b46.zip
- Simplify MASTER_SITES
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r--games/linux-ut2003-demo/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/linux-ut2003-demo/Makefile b/games/linux-ut2003-demo/Makefile
index 3e7b6b590d15..1997b5fe1b86 100644
--- a/games/linux-ut2003-demo/Makefile
+++ b/games/linux-ut2003-demo/Makefile
@@ -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/" \