summaryrefslogtreecommitdiff
path: root/deskutils/plan/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-01 02:07:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-01 02:07:21 +0000
commitbadabcb579c2d6f5c80cb227b314ca7c9798ddf7 (patch)
treeb246a2bbac81f58f778a4605891517cbffe9327c /deskutils/plan/Makefile
parentMerge in some changes from Tools/portbuild/scripts/makeindex: set (diff)
Protect post-install target which is redefined by a slave port.
Notes
Notes: svn path=/head/; revision=71266
Diffstat (limited to 'deskutils/plan/Makefile')
-rw-r--r--deskutils/plan/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile
index 49217a1981ac..a060b0569325 100644
--- a/deskutils/plan/Makefile
+++ b/deskutils/plan/Makefile
@@ -42,7 +42,9 @@ do-install:
holiday_quebec holiday_spain holiday_swedish holiday_uk holiday_us \
${PREFIX}/share/doc/plan/examples
+.if !target(post-install)
post-install:
@${MKDIR} ${PREFIX}/share/netplan.dir
+.endif
.include <bsd.port.mk>