diff options
author | John Fieber <jfieber@FreeBSD.org> | 1997-07-10 02:34:40 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1997-07-10 02:34:40 +0000 |
commit | 82935635d233ac82b5bb8b35d4f8c6b0793b57dc (patch) | |
tree | 346127c1abc63c1884aa34cfe35811021f2d6486 /textproc/linuxdoc/Makefile | |
parent | 9d5ba8fdfc190c7ed6d629d0e50a1f761a0fcf17 (diff) |
Get this port shaped up a bit.
Notes
Notes:
svn path=/head/; revision=7264
Diffstat (limited to 'textproc/linuxdoc/Makefile')
-rw-r--r-- | textproc/linuxdoc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index a10e79d4956b..18e12ba40a1a 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -3,7 +3,7 @@ # Date created: July 8, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.1.1.1 1997/07/09 04:18:01 jfieber Exp $ +# $Id: Makefile,v 1.2 1997/07/09 11:23:09 jfieber Exp $ # DISTNAME= linuxdoc-1.0 @@ -15,11 +15,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/linuxdoc ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog |