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/xfishtank | |
parent | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff) | |
download | pkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xfishtank')
-rw-r--r-- | x11/xfishtank/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile index 9d60f49466d..796aa656975 100644 --- a/x11/xfishtank/Makefile +++ b/x11/xfishtank/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:56:55 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/20 12:28:28 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/17 07:45:12 asami Exp # DISTNAME= xfishtank-2.2 -WRKSRC= ${WRKDIR}/xfishtank2.0 CATEGORIES= x11 MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Make fish swim in the background of your screen +WRKSRC= ${WRKDIR}/xfishtank2.0 USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |