diff options
author | John Fieber <jfieber@FreeBSD.org> | 1997-07-10 02:41:08 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1997-07-10 02:41:08 +0000 |
commit | 7088aecace1f61030f6c5f2453728d44fb26784b (patch) | |
tree | bc8ad411499eaaaf42825377b8edb973fb80ed0c /textproc | |
parent | e95fcb0ea6cb0b9144306a15e481d82a33f7a36e (diff) | |
download | ports-7088aecace1f61030f6c5f2453728d44fb26784b.tar.gz ports-7088aecace1f61030f6c5f2453728d44fb26784b.zip |
Finally, clean up this port.
Notes
Notes:
svn path=/head/; revision=7266
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile index cccc9f4bbef8..ba6045a3c228 100644 --- a/textproc/docbook/Makefile +++ b/textproc/docbook/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.1.1.1 1997/06/22 21:06:40 jfieber Exp $ +# $Id: Makefile,v 1.2 1997/06/29 09:49:45 obrien Exp $ # DISTNAME= docbook-3.0 @@ -16,12 +16,11 @@ MAINTAINER= jfieber@FreeBSD.ORG RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 NO_MTREE= yes -NO_EXTRACT= yes +EXTRACT_ONLY= # empty NO_BUILD= yes NO_PATCH= yes NO_CONFIGURE= yes -NO_WRKDIR= yes - +NO_WRKSUBDIR= yes INSTDIR= ${PREFIX}/share/sgml/docbook ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog |