diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-19 18:12:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-19 18:12:36 +0000 |
commit | bd2788d930980fb7fff304fa568751d0f69d819b (patch) | |
tree | 41d5fc337098f380e5f2c0106fb2d4d88fd977eb /games/nethack-lib | |
parent | e956158a4eb6d5a4d218d8ed22d012b1f05a74c6 (diff) | |
download | pkgsrc-bd2788d930980fb7fff304fa568751d0f69d819b.tar.gz |
Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index 3bc619f636c..83b8858bcd9 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:45:55 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/08/19 18:12:37 jlam Exp $ # .include "../nethack-lib/Makefile.common" @@ -14,9 +14,9 @@ INSTALL_TARGET= manpages install-dat USE_PKGINSTALL= yes -SUPPORT_FILES_PERMS+= /dev/null ${PREFIX}/share/${NETHACK_DIR}/record \ +CONF_FILES_PERMS+= /dev/null ${PREFIX}/share/${NETHACK_DIR}/record \ ${ROOT_USER} games 664 -SUPPORT_FILES_PERMS+= /dev/null ${PREFIX}/share/${NETHACK_DIR}/logfile \ +CONF_FILES_PERMS+= /dev/null ${PREFIX}/share/${NETHACK_DIR}/logfile \ ${ROOT_USER} games 664 MAKE_DIRS_PERMS+= ${PREFIX}/share/${NETHACK_DIR} \ |