diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 23:40:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 23:40:44 +0800 |
commit | 290c7c848c32d7d024e7a79bde1afe9e3be8839e (patch) | |
tree | 3fbcc5950e514c00c4c374d2ff53c615e20bf2ac /databases | |
parent | ad6815cc31a85961efeb352874971ed5a7ff8e65 (diff) | |
download | freebsd-ports-gnome-290c7c848c32d7d024e7a79bde1afe9e3be8839e.tar.gz freebsd-ports-gnome-290c7c848c32d7d024e7a79bde1afe9e3be8839e.tar.zst freebsd-ports-gnome-290c7c848c32d7d024e7a79bde1afe9e3be8839e.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 |