diff options
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index c3e3ae471a46..93e4427b6648 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -77,4 +77,9 @@ post-install: ${PREFIX}/bin/pine -P ${PREFIX}/etc/pine.conf -conf >${WRKSRC}/pine.conf ${INSTALL_DATA} ${WRKSRC}/pine.conf ${PREFIX}/etc/pine.conf +# hack to allow slave ports to include bsd.port.pre.mk and then this file +.if defined(PRE_MK_INCLUDED) +.include <bsd.port.post.mk> +.else .include <bsd.port.mk> +.endif |