ports/95429: games/hlserver-glbwar: Tidy up port
Lars Engels
lars.engels at 0x20.net
Thu Apr 6 20:10:30 UTC 2006
>Number: 95429
>Category: ports
>Synopsis: games/hlserver-glbwar: Tidy up port
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 06 20:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Lars Engels
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bart.bsd-geek.de 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Apr 1 14:14:13 CEST 2006 lars at bart.bsd-geek.de:/usr/obj/usr/src/sys/BART i386
>Description:
- Add CATEGORIES
- Use @dirrmtry
>How-To-Repeat:
>Fix:
--- hlserver-glbwar.diff begins here ---
diff -Nur games/hlserver-glbwar.orig/Makefile games/hlserver-glbwar/Makefile
--- games/hlserver-glbwar.orig/Makefile Thu Apr 6 20:31:48 2006
+++ games/hlserver-glbwar/Makefile Thu Apr 6 20:32:17 2006
@@ -8,6 +8,7 @@
PORTNAME= glbwar
PORTVERSION= 1.0.0b.1.2
PORTREVISION= 1
+CATEGORIES= games
MASTER_SITES= http://bsd.gubkin.ru/myports/ \
http://mirror.isp.net.au/ftp/pub/FreeBSD/distfiles/
DISTNAME= globalwarfare_beta1.2.linux
diff -Nur games/hlserver-glbwar.orig/pkg-plist games/hlserver-glbwar/pkg-plist
--- games/hlserver-glbwar.orig/pkg-plist Thu Apr 6 20:31:48 2006
+++ games/hlserver-glbwar/pkg-plist Thu Apr 6 20:37:35 2006
@@ -900,5 +900,5 @@
@dirrm %%HLDSDIR%%globalwarfare/events
@dirrm %%HLDSDIR%%globalwarfare/dlls
@dirrm %%HLDSDIR%%globalwarfare/cl_dlls
- at unexec rmdir %%HLDSDIR%%globalwarfare/SAVE 2>/dev/null || true
- at unexec rmdir %D/%%HLDSDIR%%globalwarfare 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%globalwarfare`` to remove any configuration files and logs left." | fmt
+ at dirrmtry rmdir %D%%HLDSDIR%%globalwarfare/SAVE 2>/dev/null || true
+ at dirrmtry rmdir %D/%%HLDSDIR%%globalwarfare 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%globalwarfare`` to remove any configuration files and logs left." | fmt
--- hlserver-glbwar.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list