aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-12-01 10:07:21 +0800
committerkris <kris@FreeBSD.org>2002-12-01 10:07:21 +0800
commit726c5c07da76f63237a4efd470393ee042e10bea (patch)
treef87010ecfbe9fa31ed8d172e9b6df1e29a5111b4
parentad46a6beb689365ecf12de54494b31bcf0990579 (diff)
downloadfreebsd-ports-graphics-726c5c07da76f63237a4efd470393ee042e10bea.tar.gz
freebsd-ports-graphics-726c5c07da76f63237a4efd470393ee042e10bea.tar.zst
freebsd-ports-graphics-726c5c07da76f63237a4efd470393ee042e10bea.zip
Protect post-install target which is redefined by a slave port.
-rw-r--r--deskutils/plan/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile
index 49217a1981a..a060b056932 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>