From cea0630f89cbfa8e30475d23a38cfca25f0c0f5f Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 30 Apr 2004 20:36:09 +0000 Subject: Fix oops in the MAKE_DIRS_PERMS line -- args out of order. --- games/xbill/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/xbill/Makefile b/games/xbill/Makefile index c3181aacedf..5090f299f5d 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/04/30 20:29:40 tv Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/30 20:36:09 tv Exp $ # DISTNAME= xbill-2.0 @@ -19,7 +19,7 @@ USE_PKGINSTALL= YES NO_INSTALL_MANPAGES= YES PKG_GROUPS= games -MAKE_DIRS_PERMS+= /var/games 0775 ${BINOWN} games +MAKE_DIRS_PERMS+= /var/games ${BINOWN} games 0775 SUPPORT_FILES_PERMS+= ${PREFIX}/share/examples/xbill.scores /var/games/xbill.scores ${BINOWN} games 0664 post-install: -- cgit v1.2.3