aboutsummaryrefslogtreecommitdiffstats
path: root/devel/swig13
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-18 19:44:27 +0800
committerasami <asami@FreeBSD.org>1996-11-18 19:44:27 +0800
commit55d005face1453b1b4a2060d200b23e7a8724bc6 (patch)
tree57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /devel/swig13
parente17062778b44808fb41055bba34741677ec69abc (diff)
downloadfreebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz
freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.zst
freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.zip
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'devel/swig13')
-rw-r--r--devel/swig13/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
index e7747170cc6a..5d9ca1132e93 100644
--- a/devel/swig13/Makefile
+++ b/devel/swig13/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>