diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-04-08 12:51:32 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-04-08 12:51:32 +0000 |
commit | e47420fe5023db73c99b40bb274af56a2633405d (patch) | |
tree | f7a3b8ea574c2238da95071d32dc369cb8df80c7 /mail | |
parent | 2fd136c61cbc9bd12e000de662643bd6a16f61c2 (diff) | |
download | ports-e47420fe5023db73c99b40bb274af56a2633405d.tar.gz ports-e47420fe5023db73c99b40bb274af56a2633405d.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/altermime/Makefile | 10 |
1 files 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 <itetcu@people.tecnik93.com> # # $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 |