1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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.
This commit is contained in:
Andreas Klemm 1997-07-17 19:29:09 +00:00
parent a42ece1922
commit f839215a37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7364
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -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