From 55d005face1453b1b4a2060d200b23e7a8724bc6 Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 18 Nov 1996 11:44:27 +0000 Subject: Use MAN? macros. CATEGORIES+= -> CATEGORIES. --- devel/swig11/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/swig11') diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index e7747170cc6a..5d9ca1132e93 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/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 -- cgit