aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-05 07:35:14 +0800
committeredwin <edwin@FreeBSD.org>2005-12-05 07:35:14 +0800
commitd4c59fdc21c9a96a1c4a56d8a5519d1cad431b99 (patch)
tree224e8bc25d5a084b037d62578442c7bfb48bf549 /ftp
parent5ffd23f46013d30af8044d5562c32d8a7217dd97 (diff)
downloadfreebsd-ports-gnome-d4c59fdc21c9a96a1c4a56d8a5519d1cad431b99.tar.gz
freebsd-ports-gnome-d4c59fdc21c9a96a1c4a56d8a5519d1cad431b99.tar.zst
freebsd-ports-gnome-d4c59fdc21c9a96a1c4a56d8a5519d1cad431b99.zip
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'ftp')
-rw-r--r--ftp/muddleftpd/Makefile1
-rw-r--r--ftp/wget/Makefile3
2 files changed, 0 insertions, 4 deletions
diff --git a/ftp/muddleftpd/Makefile b/ftp/muddleftpd/Makefile
index 219f955a503f..d085202dedf7 100644
--- a/ftp/muddleftpd/Makefile
+++ b/ftp/muddleftpd/Makefile
@@ -40,7 +40,6 @@ do-install:
.endfor
${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/doc/info/muddleftpd.info ${PREFIX}/info
- @install-info ${PREFIX}/info/muddleftpd.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR}
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index e37a694731fa..ccc4d13676a7 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -53,7 +53,4 @@ post-patch:
-e 's,@file{},@file{${PREFIX}},' \
${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi
-post-install:
- install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
-
.include <bsd.port.mk>