diff options
author | pat <pat@FreeBSD.org> | 2002-05-18 14:13:57 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-18 14:13:57 +0800 |
commit | bee2e887efa63926791bfab9041b053f83e633f2 (patch) | |
tree | db18f68b1a41080a450dcb60ad3dcd033059dbc2 /ftp/pftpd/Makefile | |
parent | 4e84dd8397bfb5223762d26f3f2b66176d21d269 (diff) | |
download | freebsd-ports-gnome-bee2e887efa63926791bfab9041b053f83e633f2.tar.gz freebsd-ports-gnome-bee2e887efa63926791bfab9041b053f83e633f2.tar.zst freebsd-ports-gnome-bee2e887efa63926791bfab9041b053f83e633f2.zip |
Update to 0.42
PR: 38206
Submitted by: maintainer
Diffstat (limited to 'ftp/pftpd/Makefile')
-rw-r--r-- | ftp/pftpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile index e6186a04663c..a47a70b52aa4 100644 --- a/ftp/pftpd/Makefile +++ b/ftp/pftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pftpd -PORTVERSION= 0.39 +PORTVERSION= 0.42 CATEGORIES= ftp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/ @@ -14,8 +14,8 @@ MAINTAINER= gslin@ccca.nctu.edu.tw GNU_CONFIGURE= yes -NO_CDROM= "License problem" -NO_PACKAGE= "License problem" +NO_CDROM= License problem +NO_PACKAGE= ${NO_CDROM} MAN1= pftpd.1 rpad.1 |