diff options
author | shattered <shattered> | 2009-01-04 22:25:57 +0000 |
---|---|---|
committer | shattered <shattered> | 2009-01-04 22:25:57 +0000 |
commit | c9e0a40e059cf29c85d1dfcd3d62461c2e0e1c67 (patch) | |
tree | 98ed1e4973b919e0484f6803c416749e53ba3e90 /games | |
parent | 43fb6ff18365cb3c74f0a9dc3a76e338395d2401 (diff) | |
download | pkgsrc-c9e0a40e059cf29c85d1dfcd3d62461c2e0e1c67.tar.gz |
Remove extra :Q operator, as noted by pkglint.
OK by wiz@.
Diffstat (limited to 'games')
-rw-r--r-- | games/gtkballs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index dbf2301b3f0..1e409e4c5c4 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2009/01/04 14:08:14 shattered Exp $ +# $NetBSD: Makefile,v 1.32 2009/01/04 22:25:57 shattered Exp $ DISTNAME= gtkballs-3.1.5 PKGREVISION= 7 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes BUILD_DEFS+= GAMEDATAMODE BUILD_DEFS+= VARBASE -PLIST_SUBST+= VARBASE=${VARBASE:Q} +PLIST_SUBST+= VARBASE=${VARBASE} CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/gtkballs-scores \ ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE} |