diff options
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 37933eaa2f7c..3d7d1ca8fb6d 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -421,9 +421,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # routines found in etc/rc.subr and may need to # depend on the sysutils/rc_subr port. # -# RC_SUBR - Set to path of rc.subr, defaults to /etc/rc.subr on -# 5.x and to ${PREFIX}/etc/rc.subr on non-rcNG -# systems. +# RC_SUBR - Set to path of rc.subr, defaults to ${LOCALBASE}/etc/rc.subr. +# # # # Dependency checking. Use these if your port requires another port |