aboutsummaryrefslogtreecommitdiffstats
path: root/editors/pico-alpine
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-04-01 19:01:46 +0800
committerpi <pi@FreeBSD.org>2017-04-01 19:01:46 +0800
commit22cbe43062322c0adcb171e04066cdf443c0ac70 (patch)
treef0ae00b3c2cf6da6246e3c476f5f331e672c7bc9 /editors/pico-alpine
parent3938da88d970a94de6fce29f6596ccc7480837aa (diff)
downloadfreebsd-ports-gnome-22cbe43062322c0adcb171e04066cdf443c0ac70.tar.gz
freebsd-ports-gnome-22cbe43062322c0adcb171e04066cdf443c0ac70.tar.zst
freebsd-ports-gnome-22cbe43062322c0adcb171e04066cdf443c0ac70.zip
editors/pico-alpine: update 2.20 -> 2.21
mail/alpine: update 2.20 -> 2.21 - lots of changes, see the release notes PR: 218240, 218239 Changes: http://patches.freeiz.com/alpine/release/index.html Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Diffstat (limited to 'editors/pico-alpine')
-rw-r--r--editors/pico-alpine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile
index be8e637e1d7b..54add22b6385 100644
--- a/editors/pico-alpine/Makefile
+++ b/editors/pico-alpine/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pico-alpine
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= editors
DISTNAME= alpine-${PORTVERSION}
@@ -24,7 +24,7 @@ post-patch:
${WRKSRC}/imap/Makefile.presed > ${WRKSRC}/imap/Makefile
@${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed
@${SED} -e "s#^\(SUBDIRS.*pico\).*#\1#" \
- -e "s#^man_MANS.*#man_MANS = doc/pico.1 doc/pilot.1#" \
+ -e "s#^man_MANS.*#man_MANS = doc/man1/pico.1 doc/man1/pilot.1#" \
${WRKSRC}/Makefile.in.presed > ${WRKSRC}/Makefile.in
.include "${MASTERDIR}/Makefile"