summaryrefslogtreecommitdiff
path: root/mk/fetch/bsd.fetch.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-06 03:35:42 +0000
committerjlam <jlam@pkgsrc.org>2006-06-06 03:35:42 +0000
commit385afb424d001053de1ca6469122600165feb6b3 (patch)
tree085f41208b93565ea839a388dee536a40dba753e /mk/fetch/bsd.fetch.mk
parent1fa65712f1b9186f1f9303812ae03fba07cf15d0 (diff)
downloadpkgsrc-385afb424d001053de1ca6469122600165feb6b3.tar.gz
Add documentation about which are the public targets for the fetch module.
Diffstat (limited to 'mk/fetch/bsd.fetch.mk')
-rw-r--r--mk/fetch/bsd.fetch.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/fetch/bsd.fetch.mk b/mk/fetch/bsd.fetch.mk
index e311caea9bc..0a2f732cc95 100644
--- a/mk/fetch/bsd.fetch.mk
+++ b/mk/fetch/bsd.fetch.mk
@@ -1,8 +1,16 @@
-# $NetBSD: bsd.fetch.mk,v 1.1 2006/06/06 03:05:48 jlam Exp $
+# $NetBSD: bsd.fetch.mk,v 1.2 2006/06/06 03:35:42 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and defines the
# relevant variables and targets for the "fetch" step.
#
+# The following are the "public" targets provided by this module:
+#
+# fetch
+#
+# The following targets may be overridden in a package Makefile:
+#
+# pre-fetch, do-fetch, post-fetch
+#
.include "${PKGSRCDIR}/mk/fetch/sites.mk"
.include "${PKGSRCDIR}/mk/fetch/fetch.mk"