Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2013-07-22 02:29:33 +0400
committerBryan Drewery <bryan@shatow.net>2013-07-22 02:29:33 +0400
commit5ed9cb392c1f378d29c4a6afd6516a9d5c4deba6 (patch)
tree4e84515a970a8c53d1265a4952f86d08252652a3 /src/etc
parentf02a8a77e675e9314386710f84125e33765b9a5d (diff)
Fix installing of hooks
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/poudriere.d/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/etc/poudriere.d/Makefile b/src/etc/poudriere.d/Makefile
index 4d39bdf1..c6d2c031 100644
--- a/src/etc/poudriere.d/Makefile
+++ b/src/etc/poudriere.d/Makefile
@@ -1 +1,3 @@
-.include <bsd.port.mk>
+SUBDIR= hooks
+
+.include <bsd.subdir.mk>