diff options
author | asami <asami@FreeBSD.org> | 1998-07-03 07:53:57 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-03 07:53:57 +0000 |
commit | 148f1ce6029182ab7e2ea0ab1be0715dfbf2bdf8 (patch) | |
tree | a68fee2d46a1a91d5d289ef73d0f62d3295e868b /textproc/docproj | |
parent | e01a881ab55e13338eb1ba811fd9cc0151bb9420 (diff) | |
download | FreeBSD-ports-148f1ce6029182ab7e2ea0ab1be0715dfbf2bdf8.zip FreeBSD-ports-148f1ce6029182ab7e2ea0ab1be0715dfbf2bdf8.tar.gz |
NO_PATCH is a no-op. By the way, didn't NO_INSTALL work for you?
Diffstat (limited to 'textproc/docproj')
-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 09c46ed..3869e90 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 |