aboutsummaryrefslogtreecommitdiff
path: root/mail/altermime
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-05-06 08:01:13 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-05-06 08:01:13 +0000
commitef49a5727c667cf976c83eb1e72c436125db5299 (patch)
tree056ab99caec65a7b3c35dd61438ef3357ebcaaeb /mail/altermime
parentae6c57cbe77779e8495f568889487ae37e1b43f6 (diff)
downloadports-ef49a5727c667cf976c83eb1e72c436125db5299.tar.gz
ports-ef49a5727c667cf976c83eb1e72c436125db5299.zip
- Update to 0.3.6:
Numerous fixes, including removeall and disclaimer insertion facilities. Also fixed up a segfault situation. See <http://www.pldaniels.com/altermime/CHANGELOG> for details. - Fix installation directory. PR: ports/80674 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=134683
Diffstat (limited to 'mail/altermime')
-rw-r--r--mail/altermime/Makefile7
-rw-r--r--mail/altermime/distinfo4
2 files changed, 4 insertions, 7 deletions
diff --git a/mail/altermime/Makefile b/mail/altermime/Makefile
index 4c09727ff3d7..bd5c8ae1c80e 100644
--- a/mail/altermime/Makefile
+++ b/mail/altermime/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= altermime
-PORTVERSION= 0.3.5
+PORTVERSION= 0.3.6
CATEGORIES= mail textproc
MASTER_SITES= http://www.pldaniels.com/altermime/
@@ -22,11 +22,8 @@ PORTDOCS= CHANGELOG LICENCE README
post-patch:
@${REINPLACE_CMD} -e "s/CFLAGS=-Wall -g/CFLAGS=-Wall ${CFLAGS}/" ${WRKSRC}/Makefile
-do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f Makefile
-
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${LOCALBASE}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
diff --git a/mail/altermime/distinfo b/mail/altermime/distinfo
index c9a2f3511b67..4c867cecc520 100644
--- a/mail/altermime/distinfo
+++ b/mail/altermime/distinfo
@@ -1,2 +1,2 @@
-MD5 (altermime-0.3.5.tar.gz) = 7c178b25514e86d0e7e432ee94aa013f
-SIZE (altermime-0.3.5.tar.gz) = 66253
+MD5 (altermime-0.3.6.tar.gz) = a9dc3962b00e4a6d6f3b93f10858bd35
+SIZE (altermime-0.3.6.tar.gz) = 71785