summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-11-17 21:35:39 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-11-17 21:35:39 +0000
commit919909471b86900af9c7e1a2241bd02a5bc08305 (patch)
tree40f1e071e164dee5989cd56c73d635efd5907f77 /Mk/bsd.port.mk
parentAdd bzip2 support for distribution patches. The bzip2 dependency is (diff)
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>
Notes
Notes: svn path=/head/; revision=50159
Diffstat (limited to 'Mk/bsd.port.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.