diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 07:35:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 07:35:14 +0800 |
commit | d4c59fdc21c9a96a1c4a56d8a5519d1cad431b99 (patch) | |
tree | 224e8bc25d5a084b037d62578442c7bfb48bf549 /dns/mydns-ng | |
parent | 5ffd23f46013d30af8044d5562c32d8a7217dd97 (diff) | |
download | freebsd-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 'dns/mydns-ng')
-rw-r--r-- | dns/mydns-ng/Makefile | 1 |
1 files changed, 0 insertions, 1 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} |