diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-08-11 15:06:32 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-08-11 15:06:32 +0000 |
commit | 3bdb90299c0e73001f005e22da45a830eedccacc (patch) | |
tree | 7e905336ecd41e169d969b1049e5fab034792ab9 /devel/swig13/Makefile | |
parent | upgrade to 3.1 (diff) |
upgrade to 1.1
Diffstat (limited to 'devel/swig13/Makefile')
-rw-r--r-- | devel/swig13/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index f247413499aa..7ab7a2b3a2df 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -3,17 +3,20 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.5 1997/02/24 23:10:34 erich Exp $ +# $Id: Makefile,v 1.6 1997/03/27 23:48:18 erich Exp $ # -DISTNAME= swig1.1b5p1 -PKGNAME= swig-1.1b5 +DISTNAME= swig1.1 +PKGNAME= swig-1.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ MAINTAINER= erich@FreeBSD.org -WRKSRC= ${WRKDIR}/SWIG1.1b5p1 +WRKSRC= ${WRKDIR}/SWIG1.1 GNU_CONFIGURE= yes +post-build: + @cd ${WRKSRC}; make runtime + .include <bsd.port.mk> |