diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
commit | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (patch) | |
tree | ef66ee81930a9594726a6676978b4162577ac2ca /japanese | |
parent | 19feb22e85f40be1352d2a7ce122f6f28b4d40fc (diff) | |
download | freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.gz freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.zst freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.zip |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mtools/Makefile | 1 | ||||
-rw-r--r-- | japanese/skk10-elisp-emacs20/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/japanese/mtools/Makefile b/japanese/mtools/Makefile index dfdf6504d10c..957cb76b05e3 100644 --- a/japanese/mtools/Makefile +++ b/japanese/mtools/Makefile @@ -50,6 +50,5 @@ post-install: @${LN} -sf ${PREFIX}/bin/mtools ${PREFIX}/bin/mwrite @${INSTALL_DATA} ${WRKSRC}/mtools.conf ${PREFIX}/etc @${ECHO} "Please verify ${PREFIX}/etc/mtools.conf for your machine." - @install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir .include <bsd.port.mk> diff --git a/japanese/skk10-elisp-emacs20/Makefile b/japanese/skk10-elisp-emacs20/Makefile index b0675324f013..985beeddc5f4 100644 --- a/japanese/skk10-elisp-emacs20/Makefile +++ b/japanese/skk10-elisp-emacs20/Makefile @@ -96,7 +96,6 @@ post-install: ${INSTALL_DATA} $${i} ${LOCALBASE}/${SKK_DOCDIR} ;\ done ;\ ) - @install-info ${LOCALBASE}/info/skk.info ${LOCALBASE}/info/dir .if !defined(NOPORTDOCS) @${INSTALL_DATA} ${WRKSRC}/READMEs/* ${LOCALBASE}/${SKK_DOCDIR} @${INSTALL_DATA} ${WRKSRC}/experimental/GUIDELINE \ |