diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-30 15:40:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-30 15:40:44 +0000 |
commit | d025188e9602f77e434db2697c185b9d873b0573 (patch) | |
tree | 3fbcc5950e514c00c4c374d2ff53c615e20bf2ac /databases | |
parent | 8028c76984923566224d520ac08442b2f5a6b66b (diff) | |
download | freebsd-ports-d025188e9602f77e434db2697c185b9d873b0573.zip |
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index efa06c9897f9..39d1c3933850 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -19,7 +19,7 @@ SSE2_DESC= Use SSE2 for floating point PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes -MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} +INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool tar:xz |