diff options
Diffstat (limited to 'time/globe/Makefile')
-rw-r--r-- | time/globe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/globe/Makefile b/time/globe/Makefile index 96e492b798f..6e0fb65491c 100644 --- a/time/globe/Makefile +++ b/time/globe/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 17:28:40 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/20 12:27:16 agc Exp $ # DISTNAME= globe_26mar94 PKGNAME= globe-19940326 -WRKSRC= ${WRKDIR}/globe CATEGORIES= time MASTER_SITES= http://www.acme.com/software/globe/ @@ -11,4 +10,6 @@ MAINTAINER= is@NetBSD.org HOMEPAGE= http://www.acme.com/software/globe/ COMMENT= Display the currently-lighted face of Earth in ASCII +WRKSRC= ${WRKDIR}/globe + .include "../../mk/bsd.pkg.mk" |