aboutsummaryrefslogtreecommitdiff
path: root/de_DE.ISO8859-1
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2017-09-29 08:51:42 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2017-09-29 08:51:42 +0000
commit886b5531c5e4f245a2b858939caacb1bf47b9cd1 (patch)
treeb158a39adda914099ffe6f98e86395e288c7e55b /de_DE.ISO8859-1
parent68d155889679daf8cb7b1951e3ec11de618eaa5c (diff)
downloaddoc-886b5531c5e4f245a2b858939caacb1bf47b9cd1.tar.gz
doc-886b5531c5e4f245a2b858939caacb1bf47b9cd1.zip
the "install" target should not depend on "all"
this fix the issue with the failing: make -C en_US.ISO8859-1/htdocs/ports -j1 install PR: 222626
Notes
Notes: svn path=/head/; revision=50956
Diffstat (limited to 'de_DE.ISO8859-1')
-rw-r--r--de_DE.ISO8859-1/htdocs/ports/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/de_DE.ISO8859-1/htdocs/ports/Makefile b/de_DE.ISO8859-1/htdocs/ports/Makefile
index cf3cff5aea..5c1f4494c6 100644
--- a/de_DE.ISO8859-1/htdocs/ports/Makefile
+++ b/de_DE.ISO8859-1/htdocs/ports/Makefile
@@ -75,7 +75,7 @@ categories-alpha.xml: ${INDEX} categories categories.descriptions \
done
${PORTINDEX} ${INDEX} ${.CURDIR}
-install: all beforeinstall
+install: beforeinstall
all install clean:
cd ${.CURDIR}; \