diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-17 21:35:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-17 21:35:39 +0000 |
commit | 919909471b86900af9c7e1a2241bd02a5bc08305 (patch) | |
tree | 40f1e071e164dee5989cd56c73d635efd5907f77 | |
parent | 5493715c6719193ded70822c8f99910bb389feab (diff) |
Notes
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 6c85c38e234b..49552f607522 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -243,7 +243,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # NO_WRKSUBDIR - Assume port unpacks directly into ${WRKDIR}. # PATCHDIR - A directory containing any additional patches you made # to port this software to FreeBSD (default: -# ${MASTERDIR}/patches) +# ${MASTERDIR}/files) # SCRIPTDIR - A directory containing any auxiliary scripts # (default: ${MASTERDIR}/scripts) # FILESDIR - A directory containing any miscellaneous additional files. |