summaryrefslogtreecommitdiff
path: root/time/globe
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commit95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /time/globe
parent4815b5463ae62763c7f76ef59cf137fd64490912 (diff)
downloadpkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'time/globe')
-rw-r--r--time/globe/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/time/globe/Makefile b/time/globe/Makefile
index 399ad435192..21b09d9264b 100644
--- a/time/globe/Makefile
+++ b/time/globe/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2001/11/26 20:39:14 is Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:43 jmmv Exp $
#
DISTNAME= globe_26mar94
PKGNAME= globe-19940326
+WRKSRC= ${WRKDIR}/globe
CATEGORIES= time
MASTER_SITES= http://www.acme.com/software/globe/
@@ -10,6 +11,4 @@ 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"