pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xbill Fix oops in the MAKE_DIRS_PERMS line -- ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7070a4c81e6
branches:  trunk
changeset: 474488:b7070a4c81e6
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Apr 30 20:36:09 2004 +0000

description:
Fix oops in the MAKE_DIRS_PERMS line -- args out of order.

diffstat:

 games/xbill/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 90e83bca674b -r b7070a4c81e6 games/xbill/Makefile
--- a/games/xbill/Makefile      Fri Apr 30 20:29:40 2004 +0000
+++ b/games/xbill/Makefile      Fri Apr 30 20:36:09 2004 +0000
@@ -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 @@
 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:



Home | Main Index | Thread Index | Old Index