diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 11:12:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 11:12:01 +0000 |
commit | 5114e2637e2224ea9b0e0ea4b315bc38370ccf04 (patch) | |
tree | 414dd9b31f0192eb7d0054b2463c2eed8afd25b4 /editors/thoteditor | |
parent | fd5131ad95770d2ae6bee7059204950dfa6402d1 (diff) | |
download | ports-5114e2637e2224ea9b0e0ea4b315bc38370ccf04.tar.gz ports-5114e2637e2224ea9b0e0ea4b315bc38370ccf04.zip |
Notes
Diffstat (limited to 'editors/thoteditor')
-rw-r--r-- | editors/thoteditor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index cf92975c2906..665914387219 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.4 1998/12/21 21:08:12 jseger Exp $ +# $Id: Makefile,v 1.5 1999/01/30 01:48:43 fenner Exp $ # DISTNAME= Thot @@ -26,7 +26,7 @@ USE_GMAKE= yes ALL_TARGET= all schemas post-extract: - ($(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) $(DISTDIR)/thoteditor-src-2.1b.tar.gz -C $(WRKSRC)) + ($(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) $(DISTDIR)/thoteditor-src-2.1b.tar.gz ${EXTRACT_AFTER_ARGS} -C $(WRKSRC)) post-install: ${MKDIR} ${PREFIX}/share/thot/doc |