aboutsummaryrefslogtreecommitdiffstats
path: root/mail/altermime/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-05-06 16:01:13 +0800
committerthierry <thierry@FreeBSD.org>2005-05-06 16:01:13 +0800
commit3897c542eae72bd887539992c00570b39e2739f1 (patch)
treebb10b5881e0b0e6a6bc3dc3dfb5c1ad3d5b77eaf /mail/altermime/Makefile
parent7111e195e790ace3cd1f86005036abac9ed51a93 (diff)
downloadfreebsd-ports-gnome-3897c542eae72bd887539992c00570b39e2739f1.tar.gz
freebsd-ports-gnome-3897c542eae72bd887539992c00570b39e2739f1.tar.zst
freebsd-ports-gnome-3897c542eae72bd887539992c00570b39e2739f1.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
Diffstat (limited to 'mail/altermime/Makefile')
-rw-r--r--mail/altermime/Makefile7
1 files changed, 2 insertions, 5 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}