From b71a1d488b6b45e0a968a4c149990c25b6a09215 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- games/rollemup/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/rollemup') diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index f9c02ff4157..67136ed1d85 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/07/15 18:27:51 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/12/05 20:50:17 rillig Exp $ DISTNAME= Rollemup PKGNAME= rollemup-1.0 @@ -37,8 +37,8 @@ ONLY_FOR_PLATFORM= *-*-i386 .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -DEPENDS= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS+= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 CHECK_SHLIBS= no .endif @@ -61,7 +61,7 @@ do-install: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @(cd ${PREFIX}; \ ${FIND} ${GAMES_DIR}/Rollemup -type f -print >> ${PLIST_SRC}; \ - for DIR in `${FIND} ${GAMES_DIR}/Rollemup -type d -print | sort -r`; do \ + for DIR in `${FIND} ${GAMES_DIR}/Rollemup -type d -print | ${SORT} -r`; do \ ${ECHO} "@dirrm $$DIR" >> ${PLIST_SRC}; \ done) @${CHOWN} ${ROOT_USER}:games ${PREFIX}/bin/Rollemup -- cgit v1.2.3