diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-29 02:26:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-29 02:26:02 +0000 |
commit | d6cd7e3e68d9be9b829da280964fb9454a3200a9 (patch) | |
tree | bba54c9016ccccf06be72dca8c7a8a68756848a5 /Mk | |
parent | update MASTER_SITES (diff) |
Clarify the RC_SUBR comments to match reality.
PR: 56111
Notes
Notes:
svn path=/head/; revision=87945
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 |