diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /x11/xphoon | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'x11/xphoon')
-rw-r--r-- | x11/xphoon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile index 83dc6dfb696..7efc0797341 100644 --- a/x11/xphoon/Makefile +++ b/x11/xphoon/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2003/03/03 04:17:30 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/29 12:43:14 jmmv Exp $ # DISTNAME= xphoon.tar PKGNAME= xphoon-19910918 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/xphoon CATEGORIES= x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.gwdg.de/pub/x11/x.org/contrib/ \ @@ -13,8 +14,6 @@ EXTRACT_SUFX= .Z MAINTAINER= seb@pbox.org COMMENT= Set the root window to the moon in its current phase -WRKSRC= ${WRKDIR}/xphoon - USE_BUILDLINK2= yes USE_IMAKE= yes |