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-xlib | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'time/asclock-xlib')
-rw-r--r-- | time/asclock-xlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/asclock-xlib/Makefile b/time/asclock-xlib/Makefile index 34178ff5d30..a469b4969bf 100644 --- a/time/asclock-xlib/Makefile +++ b/time/asclock-xlib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 17:28:38 martti Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:27:16 agc Exp $ # DISTNAME= asclock-xlib-2.0.11 PKGNAME= asclock-xlib-2.0b11 -WRKSRC= ${WRKDIR}/asclock-xlib CATEGORIES= x11 time MASTER_SITES= ${MASTER_SITE_LOCAL} # www.asclock.org is no more @@ -12,6 +11,7 @@ COMMENT= Dockable clock and calendar with themes for X11 NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL +WRKSRC= ${WRKDIR}/asclock-xlib USE_BUILDLINK2= YES USE_IMAKE= YES USE_X11BASE= YES |