diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 6cbabc372af7dcae65bc3fc05e63f10df791327d (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /x11/xdaemon | |
parent | dc8bab56040987a34273df7b07a60df4ea78c8ad (diff) | |
download | pkgsrc-6cbabc372af7dcae65bc3fc05e63f10df791327d.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'x11/xdaemon')
-rw-r--r-- | x11/xdaemon/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/xdaemon/Makefile b/x11/xdaemon/Makefile index 97ecf239d4c..df644237383 100644 --- a/x11/xdaemon/Makefile +++ b/x11/xdaemon/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2012/10/29 05:07:01 asau Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/08 11:17:26 rodent Exp $ DISTNAME= xdaemon-1.2 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_LOCAL} -DISTFILES= Daemon.README \ - ${IMAGES:=_bw.xbm} \ - ${IMAGES:=_color.xpm} \ - ${IMAGES:=_icon.xbm} \ - ${IMAGES:=_mask.xbm} \ +DISTFILES= Daemon.README ${IMAGES:=_bw.xbm} ${IMAGES:=_color.xpm} \ + ${IMAGES:=_icon.xbm} ${IMAGES:=_mask.xbm} MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ |