aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pine4/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-12-18 06:33:31 +0800
committerdougb <dougb@FreeBSD.org>2002-12-18 06:33:31 +0800
commit74c406094da97a70b1553e61716f0f65d15961ce (patch)
tree62fc539ee63d8c7af0c6a13b3e3092b889d08387 /mail/pine4/Makefile
parentf34c6bba11ae90a3ed015952690107c0ea538aff (diff)
downloadfreebsd-ports-gnome-74c406094da97a70b1553e61716f0f65d15961ce.tar.gz
freebsd-ports-gnome-74c406094da97a70b1553e61716f0f65d15961ce.tar.zst
freebsd-ports-gnome-74c406094da97a70b1553e61716f0f65d15961ce.zip
Upgrade to 4.51, mostly a bugfix release, but containing a few new features,
Disable-Sender, Scramble-Message-Id, Spell-Check-Before-Sending. Pine users are strongly encouraged to upgrade. Approved by: portmgr (knu)
Diffstat (limited to 'mail/pine4/Makefile')
-rw-r--r--mail/pine4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile
index 7f61741a7f2d..146ec958622b 100644
--- a/mail/pine4/Makefile
+++ b/mail/pine4/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pine
-PORTVERSION= 4.50
+PORTVERSION= 4.51
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -38,7 +38,7 @@ pre-fetch:
.endif
post-patch:
- for i in ${WRKSRC}/doc/pine.1 \
+ @for i in ${WRKSRC}/doc/pine.1 \
${WRKSRC}/pine/init.c \
${WRKSRC}/pine/pine.hlp \
${WRKSRC}/pine/mailcap.c \
@@ -48,7 +48,7 @@ post-patch:
$$i.sed >$$i ; \
${RM} $$i.sed ; \
done
- for i in ${WRKSRC}/doc/tech-notes.txt \
+ @for i in ${WRKSRC}/doc/tech-notes.txt \
${WRKSRC}/doc/tech-notes/*.html ; do \
${MV} $$i $$i.sed ; \
${SED} -e "s:/usr/local/lib/:${PREFIX}/etc/:g" \