diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-06-03 23:25:17 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-06-03 23:25:17 +0000 |
commit | 2935a4868de640676e66acc34a8c9b5fc2d4ef14 (patch) | |
tree | fc9ecc93206821c839138f59d28fc24ff7e6c580 /devel/libconfig | |
parent | cbc7df5f8edd0e9ef66e8b1bb65e0cf6c21eb245 (diff) |
Notes
Diffstat (limited to 'devel/libconfig')
-rw-r--r-- | devel/libconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile index e9249678da48..06dfcec360c4 100644 --- a/devel/libconfig/Makefile +++ b/devel/libconfig/Makefile @@ -17,7 +17,7 @@ USE_GNOME= gnomehack pkgconfig HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -CONFIGURE_ARGS+= --infodir=${PREFIX}/${INFO_PATH} +CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} INFO= libconfig .include <bsd.port.mk> |