diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-22 05:08:12 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-22 05:08:12 +0800 |
commit | 0c4b30416d50930ef677ea649a5bb13ffe1a9872 (patch) | |
tree | 93be58361d1fdc13ade357c7297b4005f62d7b2e /editors | |
parent | 8d14665f8b9ac89e360001a4ea9bbe79c21b46b7 (diff) | |
download | freebsd-ports-graphics-0c4b30416d50930ef677ea649a5bb13ffe1a9872.tar.gz freebsd-ports-graphics-0c4b30416d50930ef677ea649a5bb13ffe1a9872.tar.zst freebsd-ports-graphics-0c4b30416d50930ef677ea649a5bb13ffe1a9872.zip |
Add ${PREFIX}/share/thot/doc and add missing @dirrms to PLIST
PR: ports/5158
Diffstat (limited to 'editors')
-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 |