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 9b4867e2b13b..857346790b85 100644 --- a/devel/SWIG/Makefile +++ b/devel/SWIG/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: SWIG -# Version required: 1.1p4 # Date created: 19 April 1996 # Whom: jkh # # $FreeBSD$ # -DISTNAME= swig1.1p5 -PKGNAME= swig-1.1p5 +PORTNAME= swig +PORTVERSION= 1.1p5 CATEGORIES= devel python tcl82 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= erich@FreeBSD.org |