aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>1999-10-04 12:06:20 +0800
committerchuckr <chuckr@FreeBSD.org>1999-10-04 12:06:20 +0800
commitb93d73da42654570af9377f607eac2f0e960b838 (patch)
tree320862e03d26754ac029839ad5014ccfeafeb438 /editors
parent418001fd676b0eb284d79d5e81e10bc5b3950029 (diff)
downloadfreebsd-ports-gnome-b93d73da42654570af9377f607eac2f0e960b838.tar.gz
freebsd-ports-gnome-b93d73da42654570af9377f607eac2f0e960b838.tar.zst
freebsd-ports-gnome-b93d73da42654570af9377f607eac2f0e960b838.zip
Oops, fix a path goof in the man page installation.
Diffstat (limited to 'editors')
-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>