diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 16:11:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 16:11:16 +0000 |
commit | 94c40a74ab97b8d029649e6b363bb6191d38ed9f (patch) | |
tree | b29a4d31445fbbeaa4b391fb4e8473789cee5d4d /x11/xdaemon | |
parent | 44892548d552fe4112e70872e055dd1f6c360e1d (diff) | |
download | pkgsrc-94c40a74ab97b8d029649e6b363bb6191d38ed9f.tar.gz |
reorder lines for pkglint
Diffstat (limited to 'x11/xdaemon')
-rw-r--r-- | x11/xdaemon/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xdaemon/Makefile b/x11/xdaemon/Makefile index 1cf04411e26..2232566e47d 100644 --- a/x11/xdaemon/Makefile +++ b/x11/xdaemon/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2000/01/09 23:49:17 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/05 16:11:16 wiz Exp $ DISTNAME= xdaemon-1.0 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_LOCAL} -PIX= xdaemon_bw.xbm xdaemon2_bw.xbm \ - xdaemon_color.xpm xdaemon2_color.xpm \ - xdaemon_icon.xbm xdaemon2_icon.xbm \ - xdaemon_mask.xbm xdaemon2_mask.xbm DISTFILES= ${PIX} Daemon.README MAINTAINER= hubertf@netbsd.org DEPENDS+= xteddy-1.*:../xteddy +PIX= xdaemon_bw.xbm xdaemon2_bw.xbm \ + xdaemon_color.xpm xdaemon2_color.xpm \ + xdaemon_icon.xbm xdaemon2_icon.xbm \ + xdaemon_mask.xbm xdaemon2_mask.xbm WRKSRC= ${WRKDIR} NO_PATCH= yes NO_CONFIGURE= yes |