diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /time/asclock | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 53aa19dcbae..5666e26c8aa 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/09/17 19:41:10 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/20 12:27:15 agc 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 @@ -11,6 +10,7 @@ COMMENT= NeXTstep-like clock and calendar NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL +WRKSRC= ${WRKDIR}/asclock1.0 USE_IMAKE= YES USE_X11BASE= YES USE_BUILDLINK2= YES |