diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-21 21:08:12 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-21 21:08:12 +0000 |
commit | fba170fda33b7f19d76bf298e37697fea3923a4c (patch) | |
tree | c7aaf29fec4d987b1e6c7efe18fdbe8897c8ddb9 /editors/thoteditor/Makefile | |
parent | 05540f917abf4454dc1e7fe2cadd0d71a81782a2 (diff) | |
download | ports-fba170fda33b7f19d76bf298e37697fea3923a4c.tar.gz ports-fba170fda33b7f19d76bf298e37697fea3923a4c.zip |
Notes
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 685d4e85c696..f64832992f3d 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> |