diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 2017-09-29 08:51:42 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 2017-09-29 08:51:42 +0000 |
commit | 886b5531c5e4f245a2b858939caacb1bf47b9cd1 (patch) | |
tree | b158a39adda914099ffe6f98e86395e288c7e55b /ru_RU.KOI8-R/htdocs/ports/Makefile | |
parent | 68d155889679daf8cb7b1951e3ec11de618eaa5c (diff) | |
download | doc-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 'ru_RU.KOI8-R/htdocs/ports/Makefile')
-rw-r--r-- | ru_RU.KOI8-R/htdocs/ports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ru_RU.KOI8-R/htdocs/ports/Makefile b/ru_RU.KOI8-R/htdocs/ports/Makefile index f135bbe10d..ef1e8d0717 100644 --- a/ru_RU.KOI8-R/htdocs/ports/Makefile +++ b/ru_RU.KOI8-R/htdocs/ports/Makefile @@ -80,7 +80,7 @@ categories-alpha.xml: ${INDEX} categories categories.descriptions \ done ${PORTINDEX} ${INDEX} ${.CURDIR} -install: all beforeinstall +install: beforeinstall all install clean: cd ${.CURDIR}; \ |