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 | 436a8a0a5dad54d2c2359c42be8e8ce497ad576c (patch) | |
tree | ed3cc617fcd8050fc13c7493916263f8382e793a /x11/xdaemon/Makefile | |
parent | 26d006c31db95926dfe402121c070811b79dfb0a (diff) | |
download | pkgsrc-436a8a0a5dad54d2c2359c42be8e8ce497ad576c.tar.gz |
Fixed typo (CONFLICT => CONFLICTS). Sorted PLIST. Bumped PKGREVISION.
Diffstat (limited to 'x11/xdaemon/Makefile')
-rw-r--r-- | x11/xdaemon/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |