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-gtk/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'time/asclock-gtk/Makefile')
-rw-r--r-- | time/asclock-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/asclock-gtk/Makefile b/time/asclock-gtk/Makefile index 626cc70e832..7a1705b0cf5 100644 --- a/time/asclock-gtk/Makefile +++ b/time/asclock-gtk/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/07/21 17:28:38 martti Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:27:15 agc Exp $ # DISTNAME= asclock-gtk-2.1.10beta PKGNAME= asclock-gtk-2.1.10 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/asclock-gtk CATEGORIES= x11 time MASTER_SITES= ${MASTER_SITE_LOCAL} # www.asclock.org is no more @@ -13,6 +12,7 @@ COMMENT= Dockable clock and calendar with themes for GTK+ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL +WRKSRC= ${WRKDIR}/asclock-gtk USE_BUILDLINK2= # defined USE_X11BASE= # defined |