diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /time/asclock | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'time/asclock')
-rw-r--r-- | time/asclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/asclock/Makefile b/time/asclock/Makefile index 0e24fa2772e..0bb06653c02 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/08/31 15:16:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/29 12:42:43 jmmv Exp $ DISTNAME= asclock-classic-1.0 PKGNAME= asclock-1.0 +WRKSRC= ${WRKDIR}/asclock1.0 CATEGORIES= x11 time MASTER_SITES= ${MASTER_SITE_LOCAL} # www.asclock.org is no more @@ -16,7 +17,6 @@ USE_BUILDLINK2= YES LANGUAGES= en de pt nl no it sv es hu br fr cs ru uk sl id da -WRKSRC= ${WRKDIR}/asclock1.0 PLIST_SRC= ${WRKDIR}/.PLIST_SRC .include "../../mk/bsd.prefs.mk" |