diff options
Diffstat (limited to 'editors/thoteditor/Makefile')
-rw-r--r-- | editors/thoteditor/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 685d4e85c69..f64832992f3 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Aug 1997 # Whom: Pedro Giffuni (orig) # -# $Id: Makefile,v 1.2 1997/09/17 03:23:35 asami Exp $ +# $Id: Makefile,v 1.3 1997/09/17 04:46:56 chuckr Exp $ # DISTNAME= Thot @@ -31,4 +31,7 @@ ALL_TARGET= all schemas post-extract: ($(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) $(DISTDIR)/thoteditor-src-2.1b.tar.gz -C $(WRKSRC)) +post-install: + ${MKDIR} ${PREFIX}/share/thot/doc + .include <bsd.port.mk> |