diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-23 07:47:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-23 07:47:40 +0000 |
commit | 560852eaa3bb266a11df9681bd9e1a9561bdd5cf (patch) | |
tree | 517255924d1b81b83f47f0604c2b4958b33e5ac2 /devel/swig13/Makefile | |
parent | Fix to recognize tty names over `f' (e.g., ttyph). (diff) |
Little tweak to make this conform to the standard in the handbook.
Diffstat (limited to 'devel/swig13/Makefile')
-rw-r--r-- | devel/swig13/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 50301818aff0..fa5fcf5e4561 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/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> |