aboutsummaryrefslogtreecommitdiff
path: root/editors/thoteditor
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1999-10-04 04:06:20 +0000
committerChuck Robey <chuckr@FreeBSD.org>1999-10-04 04:06:20 +0000
commitb8e96f5a67f67db61a9f2415380bccc7c0aca8b9 (patch)
treec08c37a27aea6ec7347789900c5b0cc5450a1aee /editors/thoteditor
parentc7218db3fdc2cc12d07e0ef4e66c3fa53c189f94 (diff)
downloadports-b8e96f5a67f67db61a9f2415380bccc7c0aca8b9.tar.gz
ports-b8e96f5a67f67db61a9f2415380bccc7c0aca8b9.zip
Oops, fix a path goof in the man page installation.
Notes
Notes: svn path=/head/; revision=22156
Diffstat (limited to 'editors/thoteditor')
-rw-r--r--editors/thoteditor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile
index efcd37580ad5..55717e1b81e6 100644
--- a/editors/thoteditor/Makefile
+++ b/editors/thoteditor/Makefile
@@ -47,6 +47,6 @@ post-install:
$(SED) -e "s&%%PREFIX%%&$(PREFIX)&" < $(FILESDIR)/thoteditor > $(WRKDIR)/thoteditor
$(INSTALL_SCRIPT) $(WRKDIR)/thoteditor $(PREFIX)/bin
$(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextrc.5 $(PREFIX)/man/man5
- $(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextract.1 $(PREFIX)/man/man1/cextract.1
+ $(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextract.man $(PREFIX)/man/man1/cextract.1
.include <bsd.port.mk>