aboutsummaryrefslogtreecommitdiffstats
path: root/mail/altermime
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-04-08 20:51:32 +0800
committergarga <garga@FreeBSD.org>2006-04-08 20:51:32 +0800
commit9b06421abb3f085c5f3cbf51be7d9693caef65d5 (patch)
tree845c996b17927b6f5938fdfa2f9800b9703ca5da /mail/altermime
parente21e1f227b66d87c1a816a22bc5cf0dfc49caa5d (diff)
downloadfreebsd-ports-gnome-9b06421abb3f085c5f3cbf51be7d9693caef65d5.tar.gz
freebsd-ports-gnome-9b06421abb3f085c5f3cbf51be7d9693caef65d5.tar.zst
freebsd-ports-gnome-9b06421abb3f085c5f3cbf51be7d9693caef65d5.zip
- Add MASTER_SITES
- portlint(1) PR: ports/95490 Submitted by: maintainer
Diffstat (limited to 'mail/altermime')
-rw-r--r--mail/altermime/Makefile10
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