summaryrefslogtreecommitdiff
path: root/time/globe
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /time/globe
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'time/globe')
-rw-r--r--time/globe/Makefile5
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"