diff options
author | johans <johans@FreeBSD.org> | 2009-06-19 03:49:25 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-06-19 03:49:25 +0800 |
commit | 809a3a944ec3a5eca4f371be45f7a28e06ad8007 (patch) | |
tree | ac98c75d00a92b2c30ed558ee82a64a5d0caec1f /lang/afnix | |
parent | 3946593ddcb6e321816adcdb56745466020df0a1 (diff) | |
download | freebsd-ports-gnome-809a3a944ec3a5eca4f371be45f7a28e06ad8007.tar.gz freebsd-ports-gnome-809a3a944ec3a5eca4f371be45f7a28e06ad8007.tar.zst freebsd-ports-gnome-809a3a944ec3a5eca4f371be45f7a28e06ad8007.zip |
Correct installation directories when using non-standard PREFIX
Reported by: QAT
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}" |