From c2e5955a99b8700cb5ecebde46e64668adb6eb89 Mon Sep 17 00:00:00 2001 From: sf Date: Wed, 14 Mar 2001 16:19:46 +0000 Subject: support PREFIX properly. PR: 25555 Submitted by: KATO Tsuguru --- net/freewais-sf/Makefile | 1 + net/freewais-sf/files/freebsd.sh | 3 +++ 2 files changed, 4 insertions(+) (limited to 'net') diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index d5e2bcbef10e..0e3c8af18b4a 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -7,6 +7,7 @@ PORTNAME= freewais-sf PORTVERSION= 2.2.14 +PORTREVISION= 1 CATEGORIES= net databases MASTER_SITES= ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/freeWAIS-sf/ DISTNAME= freeWAIS-sf-${PORTVERSION} diff --git a/net/freewais-sf/files/freebsd.sh b/net/freewais-sf/files/freebsd.sh index b1f967b314b6..211d025dc657 100644 --- a/net/freewais-sf/files/freebsd.sh +++ b/net/freewais-sf/files/freebsd.sh @@ -1,5 +1,8 @@ locincpth="$PREFIX/include"; libpth="/usr/lib"; +myhostname="localhost"; +mansrc="$PREFIX/man/man1" +man1dir="$PREFIX/man/man1" man3dir="$PREFIX/man/man3"; privlic="$PREFIX/lib/"; optimize="$CFLAGS"; -- cgit