aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-02-01 08:42:57 +0800
committergrog <grog@FreeBSD.org>2001-02-01 08:42:57 +0800
commitb1a7fdac4bb3e2be9914a5a50f0b8716d2a14aef (patch)
tree45dae7b05266596fc06061b50b0442ba9cc8ce94
parent5b025b05b12e891cee50661d0c1f7cb6264a9e58 (diff)
downloadfreebsd-ports-gnome-b1a7fdac4bb3e2be9914a5a50f0b8716d2a14aef.tar.gz
freebsd-ports-gnome-b1a7fdac4bb3e2be9914a5a50f0b8716d2a14aef.tar.zst
freebsd-ports-gnome-b1a7fdac4bb3e2be9914a5a50f0b8716d2a14aef.zip
Find ghostview even if not installed in /usr/local/bin.
Submitted by: bmah
-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 -)