From e47420fe5023db73c99b40bb274af56a2633405d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Sat, 8 Apr 2006 12:51:32 +0000 Subject: [PATCH] - Add MASTER_SITES - portlint(1) PR: ports/95490 Submitted by: maintainer --- mail/altermime/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mail/altermime/Makefile b/mail/altermime/Makefile index bd5c8ae1c80e..325741f6bae6 100644 --- a/mail/altermime/Makefile +++ b/mail/altermime/Makefile @@ -3,20 +3,20 @@ # Whom: Ion-Mihai "IOnut" Tetcu # # $FreeBSD$ +# $Tecnik: ports/mail/altermime/Makefile,v 1.4 2006/04/07 20:30:34 itetcu Exp $ # PORTNAME= altermime PORTVERSION= 0.3.6 CATEGORIES= mail textproc -MASTER_SITES= http://www.pldaniels.com/altermime/ +MASTER_SITES= http://www.pldaniels.com/altermime/ \ + http://sce-tindy.tecnik93.com//FreeBSD/ports/altermime/sources/ \ + http://people.tecnik93.com/~itetcu//FreeBSD/ports/altermime/sources/ MAINTAINER= itetcu@people.tecnik93.com COMMENT= Small C program which is used to alter your mime-encoded mailpacks PLIST_FILES= bin/altermime - -USE_REINPLACE= yes - PORTDOCS= CHANGELOG LICENCE README post-patch: @@ -25,7 +25,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .ifndef(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor