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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /time/cal | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'time/cal')
-rw-r--r-- | time/cal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/cal/Makefile b/time/cal/Makefile index ada64b68791..3487c880443 100644 --- a/time/cal/Makefile +++ b/time/cal/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:54:58 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:27:16 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/05/12 06:33:23 max Exp # DISTNAME= cal-3.5 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/cal-3.5/source CATEGORIES= time MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/shell/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Enhanced color version of standard calendar utility +WRKSRC= ${WRKDIR}/cal-3.5/source MAKEFILE= makefile.unx ALL_TARGET= cal |