diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-07-17 19:29:09 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-07-17 19:29:09 +0000 |
commit | f839215a37e6271b75d435c5ce4e9400fe37c942 (patch) | |
tree | eadac4f85ad82505a7935c7ef0a4ddc470b928ec | |
parent | Changes for perl-5.004_01 (diff) |
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.
-rw-r--r-- | textproc/glimpse/Makefile | 3 | ||||
-rw-r--r-- | textproc/glimpse/pkg-plist | 1 |
2 files changed, 3 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> diff --git a/textproc/glimpse/pkg-plist b/textproc/glimpse/pkg-plist index 3087b46cf772..14043082176d 100644 --- a/textproc/glimpse/pkg-plist +++ b/textproc/glimpse/pkg-plist @@ -2,6 +2,7 @@ bin/glimpseindex bin/agrep bin/glimpseserver bin/glimpse +bin/wgconvert man/man1/glimpse.1.gz man/man1/glimpseindex.1.gz man/man1/glimpseserver.1.gz |