aboutsummaryrefslogtreecommitdiff
path: root/textproc/glimpse/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-07-17 19:29:09 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-07-17 19:29:09 +0000
commitf839215a37e6271b75d435c5ce4e9400fe37c942 (patch)
treeeadac4f85ad82505a7935c7ef0a4ddc470b928ec /textproc/glimpse/Makefile
parenta42ece19222ef47a54f87c056f00c7dd19c56b83 (diff)
downloadports-f839215a37e6271b75d435c5ce4e9400fe37c942.tar.gz
ports-f839215a37e6271b75d435c5ce4e9400fe37c942.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.
Notes
Notes: svn path=/head/; revision=7364
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r--textproc/glimpse/Makefile3
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>