Index: head/converters/base64/Makefile =================================================================== --- head/converters/base64/Makefile (revision 452013) +++ head/converters/base64/Makefile (revision 452014) @@ -1,19 +1,18 @@ # Created by: will # $FreeBSD$ PORTNAME= base64 PORTVERSION= 1.5 PORTREVISION= 1 CATEGORIES= converters -MASTER_SITES= http://www.fourmilab.ch/webtools/base64/ \ - http://dl.droso.net/FreeBSD/distfiles/ +MASTER_SITES= http://www.fourmilab.ch/webtools/base64/ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Utility to encode and decode base64 files GNU_CONFIGURE= yes ALL_TARGET= prog PLIST_FILES= bin/base64 \ man/man1/base64.1.gz .include Index: head/converters/bibtexconv/Makefile =================================================================== --- head/converters/bibtexconv/Makefile (revision 452013) +++ head/converters/bibtexconv/Makefile (revision 452014) @@ -1,37 +1,36 @@ # Created by: Thomas Dreibholz # $FreeBSD$ PORTNAME= bibtexconv PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= converters -MASTER_SITES= http://www.iem.uni-due.de/~dreibh/bibtexconv/download/ \ - http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/ +MASTER_SITES= http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/ MAINTAINER= dreibh@iem.uni-due.de COMMENT= BibTeX Converter LICENSE= GPLv3 LIB_DEPENDS= libcurl.so:ftp/curl GNU_CONFIGURE= yes USES= gmake PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt \ man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \ web-example.export text-example.export OPTIONS_DEFINE= EXAMPLES pre-configure: @${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \ ${WRKSRC}/src/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/src/,} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/converters/mmencode/Makefile =================================================================== --- head/converters/mmencode/Makefile (revision 452013) +++ head/converters/mmencode/Makefile (revision 452014) @@ -1,30 +1,29 @@ # Created by: kbyanc # $FreeBSD$ PORTNAME= mmencode PORTVERSION= 2.7 CATEGORIES= converters -MASTER_SITES= ftp://ftp.delegate.org/pub/mime/mm2.7/ \ - ftp://ftp.funet.fi/pub/unix/mail/metamail/ +MASTER_SITES= ftp://ftp.funet.fi/pub/unix/mail/metamail/ DISTNAME= mm${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= johans@FreeBSD.org COMMENT= Translate to and from mail-oriented encoding formats WRKSRC= ${WRKDIR}/${DISTNAME}/src/metamail PLIST_FILES= bin/mmencode bin/mimencode \ man/man1/mmencode.1.gz man/man1/mimencode.1.gz ALL_TARGET= mmencode MAKE_ARGS= CFLAGS="${CFLAGS}" do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mmencode ${STAGEDIR}${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/../man/mmencode.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/ @cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && ${LN} -s mmencode.1 mimencode.1 @cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s mmencode mimencode .include