diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-06-18 19:49:25 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-06-18 19:49:25 +0000 |
commit | 1e027d5c4035f6d4875176e13840065efe5b53e9 (patch) | |
tree | f25b2a595fdb78a7f3209973f9ee75b757d76c5e /lang/afnix | |
parent | daa10a3d73ae10174470446b77bd52d7721e67a5 (diff) | |
download | ports-1e027d5c4035f6d4875176e13840065efe5b53e9.tar.gz ports-1e027d5c4035f6d4875176e13840065efe5b53e9.zip |
Correct installation directories when using non-standard PREFIX
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=236237
Diffstat (limited to 'lang/afnix')
-rw-r--r-- | lang/afnix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 5feafca9ffeb..334732cc5fb1 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -22,7 +22,8 @@ USE_GMAKE= yes USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= cnf/bin/afnix-setup -CONFIGURE_ARGS= -o --prefix "${PREFIX}" --compiler freebsd +CONFIGURE_ARGS= -o --prefix "${PREFIX}" --altdir "${PREFIX}" \ + --shrdir "${PREFIX}/share" --compiler freebsd MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" |