diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 23:01:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 23:01:49 +0000 |
commit | 90f895457e8c29429989690bb16c296347c57123 (patch) | |
tree | ed3cc617fcd8050fc13c7493916263f8382e793a /x11 | |
parent | f77f88315299b178fdfb0c00cd3aff3cdc494d81 (diff) | |
download | pkgsrc-90f895457e8c29429989690bb16c296347c57123.tar.gz |
Fixed typo (CONFLICT => CONFLICTS). Sorted PLIST. Bumped PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdaemon/Makefile | 5 | ||||
-rw-r--r-- | x11/xdaemon/PLIST | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11/xdaemon/Makefile b/x11/xdaemon/Makefile index 22fd32b977f..fa131d44ae9 100644 --- a/x11/xdaemon/Makefile +++ b/x11/xdaemon/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2005/07/19 02:29:50 grant Exp $ +# $NetBSD: Makefile,v 1.15 2005/10/23 23:01:49 rillig Exp $ DISTNAME= xdaemon-1.0 +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= ${PIX} Daemon.README @@ -11,7 +12,7 @@ COMMENT= BSD Daemon sticking on your desktop (like xteddy) DEPENDS+= xteddy-1.*:../../x11/xteddy -CONFLICT+= xdaemon-2.* +CONFLICTS+= xdaemon-2.* WRKSRC= ${WRKDIR} DIST_SUBDIR= xdaemon diff --git a/x11/xdaemon/PLIST b/x11/xdaemon/PLIST index bbbb55ff9e3..8d3ae1a6c9b 100644 --- a/x11/xdaemon/PLIST +++ b/x11/xdaemon/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:12:02 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/10/23 23:01:49 rillig Exp $ bin/xdaemon bin/xdaemon2 -share/xteddy/pixmaps/xdaemon_bw.xbm +share/doc/xdaemon.README share/xteddy/pixmaps/xdaemon2_bw.xbm -share/xteddy/pixmaps/xdaemon_color.xpm share/xteddy/pixmaps/xdaemon2_color.xpm -share/xteddy/pixmaps/xdaemon_icon.xbm share/xteddy/pixmaps/xdaemon2_icon.xbm -share/xteddy/pixmaps/xdaemon_mask.xbm share/xteddy/pixmaps/xdaemon2_mask.xbm -share/doc/xdaemon.README +share/xteddy/pixmaps/xdaemon_bw.xbm +share/xteddy/pixmaps/xdaemon_color.xpm +share/xteddy/pixmaps/xdaemon_icon.xbm +share/xteddy/pixmaps/xdaemon_mask.xbm |