summaryrefslogtreecommitdiff
path: root/lang/smalleiffel
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/smalleiffel
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/smalleiffel')
-rw-r--r--lang/smalleiffel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/smalleiffel/Makefile b/lang/smalleiffel/Makefile
index 68735d5999f..242a1180843 100644
--- a/lang/smalleiffel/Makefile
+++ b/lang/smalleiffel/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/07/17 21:45:23 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/20 12:19:17 agc Exp $
#
DISTNAME= ${PKGNAME:S/smalleiffel/se/}
PKGNAME= smalleiffel-0.77
-WRKSRC= ${WRKDIR}/SmallEiffel
CATEGORIES= lang
MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/Oldies/ \
ftp://ftp.cs.rit.edu/pub/mirrors/SmallEiffel/Oldies/ \
@@ -17,6 +16,7 @@ COMMENT= GNU Eiffel compiler
MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se
ALL_TARGET= ./bin/compile_to_c
+WRKSRC= ${WRKDIR}/SmallEiffel
DOCDIR= ${PREFIX}/share/doc/html/smalleiffel
EGDIR= ${PREFIX}/share/examples/smalleiffel
LIBDIR= ${PREFIX}/share/smalleiffel