aboutsummaryrefslogtreecommitdiff
path: root/devel/swig11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-23 07:47:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-23 07:47:40 +0000
commit560852eaa3bb266a11df9681bd9e1a9561bdd5cf (patch)
tree517255924d1b81b83f47f0604c2b4958b33e5ac2 /devel/swig11
parent46eb3ee8b054650bca24e46768d65726f687cdd1 (diff)
downloadports-560852eaa3bb266a11df9681bd9e1a9561bdd5cf.tar.gz
ports-560852eaa3bb266a11df9681bd9e1a9561bdd5cf.zip
Little tweak to make this conform to the standard in the handbook.
Notes
Notes: svn path=/head/; revision=3016
Diffstat (limited to 'devel/swig11')
-rw-r--r--devel/swig11/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile
index 50301818aff0..fa5fcf5e4561 100644
--- a/devel/swig11/Makefile
+++ b/devel/swig11/Makefile
@@ -3,14 +3,16 @@
# Date created: 19 April 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.6 1995/11/26 11:28:51 asami Exp $
+# $Id: Makefile,v 1.1.1.1 1996/04/19 18:44:04 jkh Exp $
#
DISTNAME= swig1.0b1
+PKGNAME= swig-1.0b1
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/
+
MAINTAINER= jkh@FreeBSD.org
-EXTRACT_SUFX= .tar.gz
+
WRKSRC= ${WRKDIR}/SWIG1.0b1
.include <bsd.port.mk>