summaryrefslogtreecommitdiff
path: root/devel/swig
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /devel/swig
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'devel/swig')
-rw-r--r--devel/swig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig/Makefile b/devel/swig/Makefile
index 20e8ce87338..9e083a434b4 100644
--- a/devel/swig/Makefile
+++ b/devel/swig/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2003/03/29 12:40:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/20 12:13:29 agc Exp $
DISTNAME= swig1.1p5
PKGNAME= swig-1.1p5
-WRKSRC= ${WRKDIR}/SWIG1.1p5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.swig.org/pub/
@@ -10,6 +9,7 @@ MAINTAINER= mellon@isc.org
HOMEPAGE= http://www.swig.org/
COMMENT= Simplified Wrapper and Interface Generator
+WRKSRC= ${WRKDIR}/SWIG1.1p5
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES