diff options
author | Greg Lehey <grog@FreeBSD.org> | 2001-02-01 00:42:57 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2001-02-01 00:42:57 +0000 |
commit | 1ec5c6271827c079cb6cd9757eb44c5f745905f2 (patch) | |
tree | c54a9334d71ddebb663144c03035349a2f2d09d1 /textproc/gmat | |
parent | 6b2fa83f26b554f38f3432831f6349e35c87e620 (diff) | |
download | ports-1ec5c6271827c079cb6cd9757eb44c5f745905f2.tar.gz ports-1ec5c6271827c079cb6cd9757eb44c5f745905f2.zip |
Notes
Diffstat (limited to 'textproc/gmat')
-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 -) |