diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-03 07:53:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-03 07:53:57 +0000 |
commit | 60d883280aaa954ecd6f6364fa4aed31f9a9ea03 (patch) | |
tree | e25757a67e31fb95748d771da649f3a63c3167f6 /textproc | |
parent | No need to put name in front of COMMENT. (diff) |
NO_PATCH is a no-op. By the way, didn't NO_INSTALL work for you?
Notes
Notes:
svn path=/head/; revision=11681
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 09c46edaed39..3869e9089dd8 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -3,7 +3,7 @@ # Date created: 27 June 1998 # Whom: Nik Clayton <nik@freebsd.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/29 16:12:51 nik Exp $ # DISTNAME= docproj @@ -18,7 +18,6 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular EXTRACT_ONLY= # empty -NO_PATCH= yes NO_BUILD= yes do-install: # empty |