diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/slirp/Makefile | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/slirp/Makefile')
-rw-r--r-- | net/slirp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile index 6f05b6563851..eec3b8b4464d 100644 --- a/net/slirp/Makefile +++ b/net/slirp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: slirp -# Version required: 1.0c # Date created: 25 Aug 1995 # Whom: Alain Kalker <A.C.P.M.Kalker@student.utwente.nl> # # $FreeBSD$ # -DISTNAME= slirp-1.0c +PORTNAME= slirp +PORTVERSION= 1.0c CATEGORIES= net MASTER_SITES= ftp://blitzen.canberra.edu.au/pub/slirp/ |