diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-20 12:23:16 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-20 12:23:16 +0800 |
commit | 5c6ccce85da19675e79f740548d631b1558f5751 (patch) | |
tree | 486abcd119fbc27c056bea52f9535d0701e72f71 /ftp/ftpcopy | |
parent | b2c79b897a4742d00693e201d36c87d99916141e (diff) | |
download | freebsd-ports-gnome-5c6ccce85da19675e79f740548d631b1558f5751.tar.gz freebsd-ports-gnome-5c6ccce85da19675e79f740548d631b1558f5751.tar.zst freebsd-ports-gnome-5c6ccce85da19675e79f740548d631b1558f5751.zip |
make build happy
PR: 45505
Submitted by: maintainer
Diffstat (limited to 'ftp/ftpcopy')
-rw-r--r-- | ftp/ftpcopy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index 042e21dde3f0..757845d2950b 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.5.2 CATEGORIES= ftp MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ -MAINTAINER= Matthias Andree <matthias.andree@web.de> +MAINTAINER= matthias.andree@web.de WRKSRC= ${WRKDIR}/web/${DISTNAME} |