diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
commit | fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6 (patch) | |
tree | e71361bd9b444ba7023f9cd67d84c57b9e62eead /sysutils/pv | |
parent | c92cd658645286c7b4483aad14dfa79eba6526cf (diff) | |
download | ports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.tar.gz ports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.zip |
Notes
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 a9c55def0f41..94f900dbfd91 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} |