aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-11-18 05:35:39 +0800
committerknu <knu@FreeBSD.org>2001-11-18 05:35:39 +0800
commit2c99a8e0a21a2965e71d8d49d27f95e5c8e4fbb3 (patch)
tree546a1f7920a287113a7062174d2f4cede7a1de41 /Mk
parent4bc36c5c1c99c8f55cb34a3af2d612438d4fa9e3 (diff)
downloadfreebsd-ports-gnome-2c99a8e0a21a2965e71d8d49d27f95e5c8e4fbb3.tar.gz
freebsd-ports-gnome-2c99a8e0a21a2965e71d8d49d27f95e5c8e4fbb3.tar.zst
freebsd-ports-gnome-2c99a8e0a21a2965e71d8d49d27f95e5c8e4fbb3.zip
Fix a wrong comment. PATCHDIR is now ${MASTERDIR}/files by default,
not ${MASTERDIR}/patches. PR: ports/30328 Submitted by; Hye-Shik Chang <perky@python.or.kr>
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
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.