diff options
author | andreas <andreas@FreeBSD.org> | 1997-07-18 03:29:09 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-07-18 03:29:09 +0800 |
commit | cb50bd0e8ed047c2d93fb2dac8135aba6ffb9404 (patch) | |
tree | 64c4c656e01d27ab2c19b2b43c0543e74b4b53a7 /textproc/glimpse/Makefile | |
parent | 420c7b40a4933d106b1921ab622bec9f1667084c (diff) | |
download | freebsd-ports-gnome-cb50bd0e8ed047c2d93fb2dac8135aba6ffb9404.tar.gz freebsd-ports-gnome-cb50bd0e8ed047c2d93fb2dac8135aba6ffb9404.tar.zst freebsd-ports-gnome-cb50bd0e8ed047c2d93fb2dac8135aba6ffb9404.zip |
wgconvert is missing in the default install target and doesn't get installed,
but it's needed for another package called webglimpse (am working on a port).
Since I need it badly I had no time to ask Chuck to review the small
change and hope it's ok for him.
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 7642c110bcd3..d4201c4a8e3b 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1996 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.10 1997/02/19 09:36:01 tg Exp $ +# $Id: Makefile,v 1.11 1997/04/27 00:11:47 asami Exp $ # DISTNAME= glimpse-4.0.src @@ -25,5 +25,6 @@ post-install: ${MKDIR} ${PREFIX}/share/doc/glimpse ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/glimpse ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/glimpse + ${INSTALL_PROGRAM} ${WRKSRC}/index/wgconvert ${PREFIX}/bin .include <bsd.port.mk> |