diff options
author | grog <grog@FreeBSD.org> | 2001-02-01 08:42:57 +0800 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-02-01 08:42:57 +0800 |
commit | b1a7fdac4bb3e2be9914a5a50f0b8716d2a14aef (patch) | |
tree | 45dae7b05266596fc06061b50b0442ba9cc8ce94 | |
parent | 5b025b05b12e891cee50661d0c1f7cb6264a9e58 (diff) | |
download | freebsd-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/Makefile | 2 |
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 -) |