diff options
author | John Fieber <jfieber@FreeBSD.org> | 1997-07-09 11:23:09 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1997-07-09 11:23:09 +0000 |
commit | c1494de6cb58e410be29181ec0c1dec9ab53684a (patch) | |
tree | 6c0a8bdbcb49c67ca2436f258e9c62380d889c05 /textproc/linuxdoc/Makefile | |
parent | f223e188d46e5c6f8d1eb1f82695b9cfa7c1d938 (diff) | |
download | ports-c1494de6cb58e410be29181ec0c1dec9ab53684a.tar.gz ports-c1494de6cb58e410be29181ec0c1dec9ab53684a.zip |
Notes
Diffstat (limited to 'textproc/linuxdoc/Makefile')
-rw-r--r-- | textproc/linuxdoc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index 7719ff6199fb..a10e79d4956b 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -3,7 +3,7 @@ # Date created: July 8, 1997 # Whom: jfieber # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/07/09 04:18:01 jfieber Exp $ # DISTNAME= linuxdoc-1.0 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/ MAINTAINER= jfieber@FreeBSD.ORG +RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 + NO_MTREE= yes NO_EXTRACT= yes NO_BUILD= yes @@ -20,6 +22,7 @@ NO_CONFIGURE= yes NO_WRKDIR= yes INSTDIR= ${PREFIX}/share/sgml/linuxdoc +ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog pre-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} |