diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-06-03 19:56:05 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-06-03 19:56:05 +0000 |
commit | 0aa7ef883f18e09a119be10e505a2d8dd894d9d4 (patch) | |
tree | dc69211ef6d60f24774a8dd4db94305602fa353b /textproc/docproj | |
parent | 790ac58ae95f9a30cb0492b213805acd23ea230f (diff) | |
download | ports-0aa7ef883f18e09a119be10e505a2d8dd894d9d4.tar.gz ports-0aa7ef883f18e09a119be10e505a2d8dd894d9d4.zip |
Notes
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 4279312efc46..ee5d9bd6447e 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: Makefile,v 1.11 1999/04/29 20:13:33 nik Exp $ +# $Id: Makefile,v 1.12 1999/04/30 23:08:12 asami Exp $ # DISTNAME= docproj @@ -22,7 +22,7 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ ${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \ ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ - ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook-300 \ + ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ ${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'" |