diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 23:35:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 23:35:14 +0000 |
commit | 3d887eb3f6d773d0aa156da960d68930a9f413f9 (patch) | |
tree | 3b3be302417857170ea93072b4b17b2fd88bcea9 /dns | |
parent | removed pim6sd, since it's succeeded by net/mcast-tools (diff) |
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes:
svn path=/head/; revision=150427
Diffstat (limited to 'dns')
-rw-r--r-- | dns/mydns-ng/Makefile | 1 | ||||
-rw-r--r-- | dns/mydns/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile index 1114b588e3fa..44c317372d05 100644 --- a/dns/mydns-ng/Makefile +++ b/dns/mydns-ng/Makefile @@ -79,7 +79,6 @@ pre-fetch: @${ECHO} "" post-install: - @install-info ${PREFIX}/info/mydns.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/contrib .for f in ${DOCS} diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 1114b588e3fa..44c317372d05 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -79,7 +79,6 @@ pre-fetch: @${ECHO} "" post-install: - @install-info ${PREFIX}/info/mydns.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/contrib .for f in ${DOCS} |