diff options
author | Stefan Eßer <se@FreeBSD.org> | 2002-02-15 08:55:53 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2002-02-15 08:55:53 +0000 |
commit | 031b52cfa3543646eeb443e81959042e691029a4 (patch) | |
tree | aca788ed3c41995412328df530a9d960057f3618 /ftp/jftpgw | |
parent | Initial import of p5-EasyTCP 0.08 (diff) |
Fix package name to match naming conventions.
Notes
Notes:
svn path=/head/; revision=54741
Diffstat (limited to 'ftp/jftpgw')
-rw-r--r-- | ftp/jftpgw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/jftpgw/Makefile b/ftp/jftpgw/Makefile index cd56ddc9de79..0e3b5a0f57bf 100644 --- a/ftp/jftpgw/Makefile +++ b/ftp/jftpgw/Makefile @@ -6,9 +6,10 @@ # PORTNAME= jftpgw -PORTVERSION= 0.13.beta.j +PORTVERSION= 0.0.13j CATEGORIES= ftp MASTER_SITES= http://www.mcknight.de/jftpgw/ +DISTNAME= jftpgw-0.13.beta.j MAINTAINER= se@FreeBSD.org |