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/pclock | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'time/pclock')
-rw-r--r-- | time/pclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/pclock/Makefile b/time/pclock/Makefile index 84013a84e58..6a0f6964625 100644 --- a/time/pclock/Makefile +++ b/time/pclock/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2004/01/01 16:22:22 salo Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:27:16 agc Exp $ # DISTNAME= pclock_0.13.1.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.orig CATEGORIES= time x11 MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/pclock/} MAINTAINER= salo@NetBSD.org COMMENT= Simple analog clock designed for Window Maker +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.orig USE_BUILDLINK2= YES USE_X11= YES |