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/netatalk/Makefile | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/netatalk/Makefile')
-rw-r--r-- | net/netatalk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 7da873333cca..e75a50095f90 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,12 +1,12 @@ # Ports collection makefile for: netatalk -# Version required: netatalk-1.4b2 # Date created: 23 Jul 1997 # Whom: stb # # $FreeBSD$ # -DISTNAME= netatalk-1.4b2 +PORTNAME= netatalk +PORTVERSION= 1.4b2 CATEGORIES= net print MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ \ http://people.FreeBSD.org/~stb/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ \ |