diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/boa/Makefile | 1 | ||||
-rw-r--r-- | www/polipo/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile index 76cfbe9bdc68..f6ffb695d808 100644 --- a/www/boa/Makefile +++ b/www/boa/Makefile @@ -48,7 +48,6 @@ do-install: .endfor .endif @${INSTALL_DATA} ${WRKSRC}/docs/boa.info ${PREFIX}/info - @install-info ${PREFIX}/info/boa.info ${PREFIX}/info/dir post-install: @if [ ! -f ${PREFIX}/etc/rc.d/boa.sh ]; then \ diff --git a/www/polipo/Makefile b/www/polipo/Makefile index ea843d59e337..e1c547fbd25e 100644 --- a/www/polipo/Makefile +++ b/www/polipo/Makefile @@ -64,7 +64,6 @@ do-install: ${CHGRP} -R ${PGRP} ${DESTDIR}${PCONFIGDIR} .if !defined(NO_PTEXINFO) ${INSTALL_DATA} ${WRKSRC}/polipo.info ${DESTDIR}${PREFIX}/info/ - install-info ${PREFIX}/info/polipo.info ${DESTDIR}${PREFIX}/info/dir .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DESTDIR}${DOCSDIR} |