diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-29 10:26:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-29 10:26:02 +0800 |
commit | dd43c0fc060761d4cf28a7305c9bc40f825c1d7c (patch) | |
tree | 5eeb3e0d42c89156c0ca0b03c8017ebb19ff9a0b /Mk/bsd.port.mk | |
parent | 28a78e8d626d88ba9eed2c8622344944beefff2d (diff) | |
download | freebsd-ports-gnome-dd43c0fc060761d4cf28a7305c9bc40f825c1d7c.tar.gz freebsd-ports-gnome-dd43c0fc060761d4cf28a7305c9bc40f825c1d7c.tar.zst freebsd-ports-gnome-dd43c0fc060761d4cf28a7305c9bc40f825c1d7c.zip |
Clarify the RC_SUBR comments to match reality.
PR: 56111
Diffstat (limited to 'Mk/bsd.port.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 |