diff options
Diffstat (limited to 'devel/SWIG/Makefile')
-rw-r--r-- | devel/SWIG/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile index e7747170cc6a..5d9ca1132e93 100644 --- a/devel/SWIG/Makefile +++ b/devel/SWIG/Makefile @@ -3,17 +3,17 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.2 1996/04/23 07:47:40 asami Exp $ +# $Id: Makefile,v 1.3 1996/10/09 20:54:24 erich Exp $ # DISTNAME= swig1.0 PKGNAME= swig-1.0 -CATEGORIES+= devel +CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ -GNU_CONFIGURE= yes MAINTAINER= erich@FreeBSD.org WRKSRC= ${WRKDIR}/SWIG1.0 +GNU_CONFIGURE= yes .include <bsd.port.mk> |