diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
commit | d6277e1b90a3dd0618c3110ef941b9ddce9b4439 (patch) | |
tree | 1d3b9028224fc788065e7ca3151675be1b688547 /sysutils/pv | |
parent | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (diff) | |
download | FreeBSD-ports-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.zip FreeBSD-ports-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.gz |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'sysutils/pv')
-rw-r--r-- | sysutils/pv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index a9c55def..94f900d 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -31,7 +31,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pv ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${PREFIX}/man/man1/pv.1 ${INSTALL_MAN} ${WRKSRC}/doc/pv.info ${PREFIX}/info - install-info ${PREFIX}/info/pv.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} |