Oops, fix a path goof in the man page installation.

This commit is contained in:
Chuck Robey 1999-10-04 04:06:20 +00:00
parent c7218db3fd
commit b8e96f5a67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22156

View file

@ -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>