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}; \ diff --git a/en_US.ISO8859-1/htdocs/ports/Makefile b/en_US.ISO8859-1/htdocs/ports/Makefile index 5234e6eac9..37336dd479 100644 --- a/en_US.ISO8859-1/htdocs/ports/Makefile +++ b/en_US.ISO8859-1/htdocs/ports/Makefile @@ -73,7 +73,7 @@ categories-alpha.xml: ${INDEX} categories categories.descriptions \ done ${PORTINDEX} ${INDEX} ${.CURDIR} -install: all beforeinstall +install: beforeinstall all install clean: cd ${.CURDIR}; \ diff --git a/ja_JP.eucJP/htdocs/ports/Makefile b/ja_JP.eucJP/htdocs/ports/Makefile index 1fd67bbac2..8ed08af40a 100644 --- a/ja_JP.eucJP/htdocs/ports/Makefile +++ b/ja_JP.eucJP/htdocs/ports/Makefile @@ -79,7 +79,7 @@ categories-alpha.xml: ${INDEX} categories categories.descriptions \ done ${PORTINDEX} ${INDEX} ${.CURDIR} -install: all beforeinstall +install: beforeinstall all install clean: cd ${.CURDIR}; \ 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}; \