1
0
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:
FUJISHIMA Satsuki 2001-03-14 16:19:46 +00:00
parent a1e6da4299
commit 405f149c23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39836
2 changed files with 4 additions and 0 deletions

View File

@ -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}

View File

@ -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";