diff options
-rw-r--r-- | de_DE.ISO8859-1/htdocs/ports/Makefile | 2 | ||||
-rw-r--r-- | en_US.ISO8859-1/htdocs/ports/Makefile | 2 | ||||
-rw-r--r-- | ja_JP.eucJP/htdocs/ports/Makefile | 2 | ||||
-rw-r--r-- | ru_RU.KOI8-R/htdocs/ports/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/de_DE.ISO8859-1/htdocs/ports/Makefile b/de_DE.ISO8859-1/htdocs/ports/Makefile index 5c1f4494c6..3085fe6c43 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: beforeinstall +install: Makefile.gen index.html references.html 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 8748de86b5..25f89c41e1 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: beforeinstall +install: Makefile.gen index.html references.html beforeinstall all install clean: cd ${.CURDIR}; \ diff --git a/ja_JP.eucJP/htdocs/ports/Makefile b/ja_JP.eucJP/htdocs/ports/Makefile index 8ed08af40a..a00921f14b 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: beforeinstall +install: Makefile.gen index.html references.html 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 ef1e8d0717..c2de94ffb1 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: beforeinstall +install: Makefile.gen index.html references.html beforeinstall all install clean: cd ${.CURDIR}; \ |