aboutsummaryrefslogtreecommitdiff
path: root/lang/afnix
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-06-18 19:49:25 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-06-18 19:49:25 +0000
commit1e027d5c4035f6d4875176e13840065efe5b53e9 (patch)
treef25b2a595fdb78a7f3209973f9ee75b757d76c5e /lang/afnix
parentdaa10a3d73ae10174470446b77bd52d7721e67a5 (diff)
downloadports-1e027d5c4035f6d4875176e13840065efe5b53e9.tar.gz
ports-1e027d5c4035f6d4875176e13840065efe5b53e9.zip
Notes
Diffstat (limited to 'lang/afnix')
-rw-r--r--lang/afnix/Makefile3
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}"