diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 18:28:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 18:28:11 +0000 |
commit | 2542f3254cde8985824b5e20cc2a45bca6f005ff (patch) | |
tree | d45d4cc61c0c6f94f5c32f16c85c15105eac968f /games | |
parent | e48227ae9950b2eba3e74a1e471f0a9abbfdc268 (diff) | |
download | pkgsrc-2542f3254cde8985824b5e20cc2a45bca6f005ff.tar.gz |
Fix PLIST.
Diffstat (limited to 'games')
-rw-r--r-- | games/xpipeman/Makefile | 7 | ||||
-rw-r--r-- | games/xpipeman/PLIST | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index fab2b06bed9..101994d6509 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2008/03/04 06:59:06 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2008/04/07 18:28:11 joerg Exp $ # DISTNAME= xpipeman-1.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/} @@ -22,13 +22,12 @@ CONF_FILES_PERMS= share/xpipeman/xpipescores /var/games/xpipescores \ SPECIAL_PERMS= bin/xpipeman ${SETGID_GAMES_PERMS} REQD_DIRS_PERMS= share/xpipeman ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE} -INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/xpipeman do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${DESTDIR}${PREFIX}/bin/xpipeman ${INSTALL_MAN} ${WRKSRC}/xpipeman.man \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/xpipeman.6 - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/xpipeman ${INSTALL_DATA} ${WRKSRC}/xpipescores ${DESTDIR}${PREFIX}/share/xpipeman .include "../../x11/libXaw/buildlink3.mk" diff --git a/games/xpipeman/PLIST b/games/xpipeman/PLIST index b7f0cf67e1b..c3be9ea495b 100644 --- a/games/xpipeman/PLIST +++ b/games/xpipeman/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2008/03/04 07:01:16 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/04/07 18:28:11 joerg Exp $ bin/xpipeman man/man6/xpipeman.6 -share/examples/xpipeman/xpipescores -@dirrm share/examples/xpipeman +share/xpipeman/xpipescores +@dirrm share/xpipeman |