diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
commit | 24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/xdaemon2 | |
parent | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff) | |
download | pkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xdaemon2')
-rw-r--r-- | x11/xdaemon2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xdaemon2/Makefile b/x11/xdaemon2/Makefile index 7492949f497..1cce2cc31c6 100644 --- a/x11/xdaemon2/Makefile +++ b/x11/xdaemon2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:56:53 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:28:28 agc Exp $ DISTNAME= xdaemon-2.0 PKGREVISION= 1 -#WRKSRC= ${WRKDIR} CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= ${PIX} Daemon.README @@ -15,7 +14,8 @@ DEPENDS+= xteddy-2.*:../xteddy2 CONFLICT+= xdaemon-1.* -DIST_SUBDIR=xdaemon +#WRKSRC= ${WRKDIR} +DIST_SUBDIR= xdaemon PIX= xdaemon.png xdaemon2.png NO_CONFIGURE= yes NO_BUILD= yes |