aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
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 /deskutils
parentad46a6beb689365ecf12de54494b31bcf0990579 (diff)
downloadfreebsd-ports-gnome-726c5c07da76f63237a4efd470393ee042e10bea.tar.gz
freebsd-ports-gnome-726c5c07da76f63237a4efd470393ee042e10bea.tar.zst
freebsd-ports-gnome-726c5c07da76f63237a4efd470393ee042e10bea.zip
Protect post-install target which is redefined by a slave port.
Diffstat (limited to 'deskutils')
-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>