summaryrefslogtreecommitdiff
path: root/deskutils/plan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/plan/Makefile')
-rw-r--r--deskutils/plan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile
index f6bddb921af9..250895ac2e1f 100644
--- a/deskutils/plan/Makefile
+++ b/deskutils/plan/Makefile
@@ -7,7 +7,7 @@
# Also update ports/japanese/plan/ (ja-plan) when this port is updated
PORTNAME= plan
-PORTVERSION= 1.8.6
+PORTVERSION= 1.8.7
CATEGORIES+= deskutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
ftp://plan.ftp.fu-berlin.de/
@@ -23,7 +23,7 @@ MAN1= netplan.1 plan.1
MAN4= plan.4
post-patch:
- cd ${WRKSRC} && ${MV} config.h config.h.orig && ${SED} -e 's,%%PREFIX%%,$(PREFIX),' \
+ cd ${WRKSRC} && ${MV} config.h config.h.orig && ${SED} -e 's,%%PREFIX%%,${PREFIX},' \
< config.h.orig > config.h
do-install:
@${MKDIR} ${PREFIX}/share/doc/plan/examples ;\