diff options
author | tron <tron@pkgsrc.org> | 1999-09-09 16:32:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-09 16:32:36 +0000 |
commit | 18837724c1c956a4faa2051b8be3d9cd45b181bd (patch) | |
tree | 67fa228d2d9d9a5f8b8fa73b4b36427f6462f681 | |
parent | 3b008be16486018a0bdcb937755c30a8fa84b861 (diff) | |
download | pkgsrc-18837724c1c956a4faa2051b8be3d9cd45b181bd.tar.gz |
We don't need to set "${WRKSRC}" here.
-rw-r--r-- | x11/catclock/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/catclock/Makefile b/x11/catclock/Makefile index 549395813de..fcfcf3d87ce 100644 --- a/x11/catclock/Makefile +++ b/x11/catclock/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/08 20:02:01 drochner Exp $ +# $NetBSD: Makefile,v 1.2 1999/09/09 16:32:36 tron Exp $ DISTNAME= catclock PKGNAME= catclock-0.0 -WRKSRC= ${WRKDIR}/catclock CATEGORIES= x11 MASTER_SITES= http://www2.cenaath.cena.dgac.fr/ftp/decwindows/ \ ftp://ftp2.cnam.fr/decwindows/ \ |