[PATCH] misc/gnomehier: use dirrmtry for PREFIX/share/games

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 9 04:25:16 UTC 2011


>Submitter-Id:	current-users
>Originator:	Sunpoet Po-Chuan Hsieh
>Organization:	The FreeBSD Project
>Confidential:	no 
>Synopsis:	[PATCH] misc/gnomehier: use dirrmtry for PREFIX/share/games
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.2-STABLE amd64
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Use dirrmtry for PREFIX/share/games: at least chinese/fortunetw installs to this directory

Port maintainer (gnome at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- gnomehier-2.3_12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/gnomehier/Makefile,v
retrieving revision 1.41
diff -u -u -r1.41 Makefile
--- Makefile	10 Apr 2009 05:56:03 -0000	1.41
+++ Makefile	5 Aug 2011 01:14:31 -0000
@@ -34,7 +34,7 @@
 	@${ECHO_CMD} etc/mtree/${GNOME_MTREE} >> ${PLIST}
 	@${MKDIR} ${WRKSRC}
 	@${CAT} ${FILESDIR}/dirlist | ${SORT} -r | ${SED} -e \
-		's|^|@dirrm |' >> ${PLIST}
+		's|^|@dirrm |; s|@dirrm share/games|@dirrmtry share/games|' >> ${PLIST}
 	@${ECHO_CMD} "@unexec ${RMDIR} %D/etc/mtree 2>/dev/null || ${TRUE}" >> ${PLIST}
 	@for dir in `${CAT} ${WRKDIR}/dirlist`; \
 	do \
--- gnomehier-2.3_12.patch ends here ---



More information about the freebsd-gnome mailing list