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/xpat2 | |
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/xpat2')
-rw-r--r-- | games/xpat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index c2f3c332782..c50c94a502b 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/16 18:18:13 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/08/19 18:12:37 jlam Exp $ DISTNAME= xpat2-1.07 CATEGORIES= games @@ -16,7 +16,7 @@ USE_TOOLS+= imake MAKE_ENV+= XPMDIR=${BUILDLINK_PREFIX.xpm:Q} XMKMF=${XMKMF_CMD:Q} -SUPPORT_FILES_PERMS= /dev/null /var/games/xpat.log ${GAMEOWN} ${GAMEGRP} ${GAMEMODE} +CONF_FILES_PERMS= /dev/null /var/games/xpat.log ${GAMEOWN} ${GAMEGRP} ${GAMEMODE} MAKE_DIRS= /var/games post-install: |