diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-14 16:19:46 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-14 16:19:46 +0000 |
commit | 405f149c23a7e560f72789651e94f0d880871573 (patch) | |
tree | 26a03496c0364323a1751cb06619f4d7b347ac33 /net/freewais-sf | |
parent | Correct reference to the local perl files is: (diff) |
support PREFIX properly.
PR: 25555
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=39836
Diffstat (limited to 'net/freewais-sf')
-rw-r--r-- | net/freewais-sf/Makefile | 1 | ||||
-rw-r--r-- | net/freewais-sf/files/freebsd.sh | 3 |
2 files changed, 4 insertions, 0 deletions
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"; |