diff options
author | tv <tv@pkgsrc.org> | 2004-04-30 20:36:09 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-30 20:36:09 +0000 |
commit | 28f0ec888a597865f2a9d19ea80d9b8ebfa21249 (patch) | |
tree | ca58725d71036ef39886f45276853e2af9732aa1 /games/xbill | |
parent | cb209085f5aa219fb9dd9bf66cdfc30d552a14c4 (diff) | |
download | pkgsrc-28f0ec888a597865f2a9d19ea80d9b8ebfa21249.tar.gz |
Fix oops in the MAKE_DIRS_PERMS line -- args out of order.
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |