summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsalo <salo>2006-04-01 03:33:25 +0000
committersalo <salo>2006-04-01 03:33:25 +0000
commitdc0041ebc401ba254dae31585cb81584b3f6a55d (patch)
tree10d51f5d6edbaec7bf9d817b6582e6935ee1b725 /net
parent3056bd0e8b0156982e38d0682343ea576ae7e0d1 (diff)
downloadpkgsrc-dc0041ebc401ba254dae31585cb81584b3f6a55d.tar.gz
Pullup ticket 1297 - requested by jlam
Tools paths and PLIST fixes for freewais-sf Revisions pulled up: - pkgsrc/net/freewais-sf/Makefile 1.25, 1.26 - pkgsrc/net/freewais-sf/PLIST 1.6 Module Name: pkgsrc Committed By: jlam Date: Fri Mar 31 22:43:04 UTC 2006 Modified Files: pkgsrc/net/freewais-sf: Makefile PLIST Log Message: List info files directly in the PLIST, and honor PKGMANDIR. --- Module Name: pkgsrc Committed By: jlam Date: Fri Mar 31 22:54:23 UTC 2006 Modified Files: pkgsrc/net/freewais-sf: Makefile Log Message: Fix paths to tools in installed files. Bump the PKGREVISION to 4.
Diffstat (limited to 'net')
-rw-r--r--net/freewais-sf/Makefile26
-rw-r--r--net/freewais-sf/PLIST3
2 files changed, 17 insertions, 12 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile
index 92cdd0a05b3..486e9acb168 100644
--- a/net/freewais-sf/Makefile
+++ b/net/freewais-sf/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2006/03/05 16:27:27 jlam Exp $
+# $NetBSD: Makefile,v 1.24.2.1 2006/04/01 03:33:25 salo Exp $
#
DISTNAME= freeWAIS-sf-2.2.12
PKGNAME= freewais-sf-2.2.12
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net databases
MASTER_SITES= ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/freeWAIS-sf/
@@ -14,23 +14,27 @@ COMMENT= Enhanced Wide Area Information Server
NOT_FOR_PLATFORM= Darwin-*-*
USE_LIBTOOL= yes
-USE_TOOLS+= makeinfo perl:run
+USE_TOOLS+= makeinfo gzcat:run gzip:run perl:run
HAS_CONFIGURE= yes
CONFIGURE_ENV+= PREFIX=${PREFIX:Q}
CONFIGURE_SCRIPT= ./Configure
-CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX:Q} \
- -Darchname=${MACHINE_ARCH}-${LOWER_OPSYS}
+CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX:Q} \
+ -Darchname=${MACHINE_ARCH}-${LOWER_OPSYS} \
+ -Dmansrc=${PREFIX:Q}/${PKGMANDIR:Q}/man1 \
+ -Dgzip=${TOOLS_PATH.gzip:Q} \
+ -Dzcat=${TOOLS_PATH.gzcat:Q}
CONFIGURE_ENV+= PERL5=${PERL5:Q}
-INSTALL_TARGET= install install.man
-
-USE_MAKEINFO= YES
-INFO_FILES= fwsf.info
+INSTALL_TARGET= install install.man
+INFO_FILES= # PLIST
post-build:
- cd ${WRKSRC}/doc/SF; ${MAKEINFO} fwsf.texi
+ cd ${WRKSRC}/doc/SF && makeinfo fwsf.texi
post-install:
- ${INSTALL_DATA} ${WRKSRC}/doc/SF/fwsf.info* ${PREFIX}/info
+ cd ${WRKSRC}/doc/SF; for f in fwsf.info fwsf.info-[0-9]*; do \
+ ${TEST} ! -f "$$f" || \
+ ${INSTALL_DATA} "$$f" ${PREFIX}/${PKGINFODIR}; \
+ done
.include "../../mk/bsd.pkg.mk"
diff --git a/net/freewais-sf/PLIST b/net/freewais-sf/PLIST
index 148526efedb..9e953b2f6d2 100644
--- a/net/freewais-sf/PLIST
+++ b/net/freewais-sf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:47 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5.12.1 2006/04/01 03:33:25 salo Exp $
bin/catalog
bin/check-sources
bin/dictionary
@@ -17,6 +17,7 @@ bin/waissearch
bin/waisserver
bin/ws
include/wais.h
+info/fwsf.info
lib/libwais.la
man/man1/catalog.1
man/man1/dictionary.1