summaryrefslogtreecommitdiff
path: root/mk/fetch
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
commiteee5c6a41fe1332aa0b0e9f37e8f144c0d96c0f6 (patch)
tree085f41208b93565ea839a388dee536a40dba753e /mk/fetch
parentc78510391e52c0843796b063d447cdb3d8e58d50 (diff)
downloadpkgsrc-eee5c6a41fe1332aa0b0e9f37e8f144c0d96c0f6.tar.gz
Add documentation about which are the public targets for the fetch module.
Diffstat (limited to 'mk/fetch')
-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"