mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
support PREFIX properly.
PR: 25555 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
a1e6da4299
commit
405f149c23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39836
@ -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}
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user