diff options
Diffstat (limited to 'devel/slib')
-rw-r--r-- | devel/slib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/slib/Makefile b/devel/slib/Makefile index 0cdf20fc9f8..4e788dc1823 100644 --- a/devel/slib/Makefile +++ b/devel/slib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/10/22 12:56:45 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/29 12:40:40 jmmv Exp $ DISTNAME= slib2d4 # @@ -6,6 +6,7 @@ DISTNAME= slib2d4 # changed to a 4, representing the 4th letter. # PKGNAME= slib-2.4.4 +WRKSRC= ${WRKDIR}/slib CATEGORIES= devel MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/ \ ${MASTER_SITE_GNU:=jacal/} @@ -17,7 +18,6 @@ COMMENT= portable Scheme library of compatibility and utility functions USE_BUILDLINK2= # defined NO_BUILD= # defined -WRKSRC= ${WRKDIR}/slib SLIBDIR= ${PREFIX}/share/slib DOCDIR= ${PREFIX}/share/doc/slib |