diff options
author | mm <mm@FreeBSD.org> | 2010-07-06 05:43:07 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-07-06 05:43:07 +0800 |
commit | 9bc46d60c9352daeec317cecc7ed441edbb92afc (patch) | |
tree | 694fbf6278381f3045074d496fdbe2d626348c97 /ftp | |
parent | edaeb0a842acf6e47a6c517c54a346f64f2c1956 (diff) | |
download | freebsd-ports-gnome-9bc46d60c9352daeec317cecc7ed441edbb92afc.tar.gz freebsd-ports-gnome-9bc46d60c9352daeec317cecc7ed441edbb92afc.tar.zst freebsd-ports-gnome-9bc46d60c9352daeec317cecc7ed441edbb92afc.zip |
- Fix version that has gone backwards (DISTVERSION -> PORTVERSION)
Feature safe: yes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index d23d700ff053..b9bb2e7cfddf 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proftpd -DISTVERSION= 1.3.3a +PORTVERSION= 1.3.3a CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ |