1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Forgot, this depends on iso8879.

This commit is contained in:
John Fieber 1997-07-09 11:23:09 +00:00
parent f223e188d4
commit c1494de6cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7255

View File

@ -3,7 +3,7 @@
# Date created: July 8, 1997 # Date created: July 8, 1997
# Whom: jfieber # Whom: jfieber
# #
# $Id$ # $Id: Makefile,v 1.1.1.1 1997/07/09 04:18:01 jfieber Exp $
# #
DISTNAME= linuxdoc-1.0 DISTNAME= linuxdoc-1.0
@ -12,6 +12,8 @@ MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
MAINTAINER= jfieber@FreeBSD.ORG MAINTAINER= jfieber@FreeBSD.ORG
RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879
NO_MTREE= yes NO_MTREE= yes
NO_EXTRACT= yes NO_EXTRACT= yes
NO_BUILD= yes NO_BUILD= yes
@ -20,6 +22,7 @@ NO_CONFIGURE= yes
NO_WRKDIR= yes NO_WRKDIR= yes
INSTDIR= ${PREFIX}/share/sgml/linuxdoc INSTDIR= ${PREFIX}/share/sgml/linuxdoc
ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog
pre-install: pre-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}