diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
commit | 95c603f42399578ac1a383b7bb51abd2e8895db4 (patch) | |
tree | 64691a7289d0e77cd3483411dc227f968820b8ed /devel/doc++ | |
parent | fb83b160f2557b9320e10fa1c0bc8be677fed45b (diff) | |
download | FreeBSD-ports-95c603f42399578ac1a383b7bb51abd2e8895db4.zip FreeBSD-ports-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.gz |
typo clean up police: \s -> \t
Diffstat (limited to 'devel/doc++')
-rw-r--r-- | devel/doc++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 6ca1374..d7c6919 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -39,7 +39,7 @@ ADDITIONAL_DOCS= ClassGraph.class \ Intermediate.html \ Introduction.html \ ManualEntries.html \ - ManualEntryFields.html \ + ManualEntryFields.html \ NavigatorButton.class \ Quickstart.html \ ReferenceManual.html \ @@ -59,7 +59,7 @@ post-install: .if !defined(NOPORTSDOCS) ${MKDIR} ${PREFIX}/share/doc/doc++ for i in $(ADDITIONAL_DOCS); do \ - ${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${PREFIX}/share/doc/doc++ ;\ + ${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${PREFIX}/share/doc/doc++ ;\ done .endif |