diff options
-rw-r--r-- | editors/thoteditor/Makefile | 5 | ||||
-rw-r--r-- | editors/thoteditor/pkg-plist | 11 |
2 files changed, 10 insertions, 6 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> diff --git a/editors/thoteditor/pkg-plist b/editors/thoteditor/pkg-plist index d67541793cd..0b14202577f 100644 --- a/editors/thoteditor/pkg-plist +++ b/editors/thoteditor/pkg-plist @@ -210,8 +210,9 @@ share/thot/schemas/TableP.P share/thot/schemas/TableT.T share/thot/schemas/Text_ASCII.inc share/thot/schemas/Text_SGML.inc - - - - - +@dirrm share/thot/schemas +@dirrm share/thot/fonts +@dirrm share/thot/doc +@exec mkdir -p %D/share/thot/doc +@dirrm share/thot/dicopar +@dirrm share/thot/config |