diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-07 19:25:05 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-07 19:25:05 +0000 |
commit | 142384b162893c6f05789d0bbfecfa8f4128a191 (patch) | |
tree | 39a3d156615abc90546a13b1294ada56f7d206d0 /converters | |
parent | 24d56662b7271eb7ce46e0327ff6dbc4596e56ae (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/base64/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 65be97b7d48b..487e59fbe2c5 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -8,9 +8,10 @@ PORTNAME= base64 PORTVERSION= 1.3 CATEGORIES= converters -MASTER_SITES= http://www.fourmilab.ch/webtools/base64/ +MASTER_SITES= http://www.fourmilab.ch/webtools/base64/ \ + http://dl.droso.net/ports/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk GNU_CONFIGURE= yes ALL_TARGET= prog |