diff options
author | jfieber <jfieber@FreeBSD.org> | 1997-07-09 19:23:09 +0800 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1997-07-09 19:23:09 +0800 |
commit | 94d1af76c71ade377e43f9f3f046c3c2e467638f (patch) | |
tree | 6de284889cce35bd873065c29d9b2714d6c8b271 /textproc/linuxdoc | |
parent | 39a998997e7f695c83b2c6ce1cd7b2c7490d4b51 (diff) | |
download | freebsd-ports-gnome-94d1af76c71ade377e43f9f3f046c3c2e467638f.tar.gz freebsd-ports-gnome-94d1af76c71ade377e43f9f3f046c3c2e467638f.tar.zst freebsd-ports-gnome-94d1af76c71ade377e43f9f3f046c3c2e467638f.zip |
Forgot, this depends on iso8879.
Diffstat (limited to 'textproc/linuxdoc')
-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} |