diff options
author | tv <tv> | 2004-04-30 20:36:09 +0000 |
---|---|---|
committer | tv <tv> | 2004-04-30 20:36:09 +0000 |
commit | cea0630f89cbfa8e30475d23a38cfca25f0c0f5f (patch) | |
tree | ca58725d71036ef39886f45276853e2af9732aa1 /games/xbill | |
parent | 429c97da8361b6130317fcdc632bb1d0cf2874fc (diff) | |
download | pkgsrc-cea0630f89cbfa8e30475d23a38cfca25f0c0f5f.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: |