summaryrefslogtreecommitdiff
path: root/textproc/gmat
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2001-02-01 00:42:57 +0000
committerGreg Lehey <grog@FreeBSD.org>2001-02-01 00:42:57 +0000
commit1ec5c6271827c079cb6cd9757eb44c5f745905f2 (patch)
treec54a9334d71ddebb663144c03035349a2f2d09d1 /textproc/gmat
parentFix typo in pkg-comment: compatabile -> compatible. (diff)
Find ghostview even if not installed in /usr/local/bin.
Submitted by: bmah
Notes
Notes: svn path=/head/; revision=37858
Diffstat (limited to 'textproc/gmat')
-rw-r--r--textproc/gmat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gmat/Makefile b/textproc/gmat/Makefile
index 8cc6f477cfa0..f8fc294abe93 100644
--- a/textproc/gmat/Makefile
+++ b/textproc/gmat/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= grog
RUN_DEPENDS= ${LOCALBASE}/bin/nsgmls:${PORTSDIR}/textproc/sp \
${LOCALBASE}/bin/procmail:${PORTSDIR}/mail/procmail \
${LOCALBASE}/share/sgml/docbook/3.1/docbook.dtd:${PORTSDIR}/textproc/docbook-310 \
- ${LOCALBASE}/bin/ghostview:${PORTSDIR}/print/ghostview
+ ghostview:${PORTSDIR}/print/ghostview
post-install:
(cd ${WRKSRC}; tar cf - test) | (cd ${LOCALBASE}/share/gmat; tar xvf -)