diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-10-18 07:14:46 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-10-18 07:14:46 +0800 |
commit | fc8208523639d6801bd7679139ec1af4e3cec2c9 (patch) | |
tree | 8ea4a5b51dcce0ca4b046ea1d26383f2d03ec2e6 /www/libmicrohttpd | |
parent | b2e22e922a5bf8066a87accc5e669dece4070225 (diff) | |
download | freebsd-ports-gnome-fc8208523639d6801bd7679139ec1af4e3cec2c9.tar.gz freebsd-ports-gnome-fc8208523639d6801bd7679139ec1af4e3cec2c9.tar.zst freebsd-ports-gnome-fc8208523639d6801bd7679139ec1af4e3cec2c9.zip |
Try to fix plsit with custom PREFIX
PR: 139536
Submitted by: Sahil Tandon
Approved by: maintainer
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r-- | www/libmicrohttpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index c7781a8bd48b..c0c761685597 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -15,6 +15,7 @@ COMMENT= C library for embedding HTTP server functionality USE_LDCONFIG= yes GNU_CONFIGURE= yes +MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig PLIST_FILES= lib/libmicrohttpd.so.6 \ lib/libmicrohttpd.la \ |