diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 23:36:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 23:36:26 +0800 |
commit | ad6815cc31a85961efeb352874971ed5a7ff8e65 (patch) | |
tree | 2bed6ebdf7fbdf7287acc72cd045d25b65537fc7 /databases/xapian-bindings | |
parent | dbeac67c352a871965684f43f0092369c9396c23 (diff) | |
download | freebsd-ports-gnome-ad6815cc31a85961efeb352874971ed5a7ff8e65.tar.gz freebsd-ports-gnome-ad6815cc31a85961efeb352874971ed5a7ff8e65.tar.zst freebsd-ports-gnome-ad6815cc31a85961efeb352874971ed5a7ff8e65.zip |
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
Diffstat (limited to 'databases/xapian-bindings')
-rw-r--r-- | databases/xapian-bindings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index b555c9a1dde8..6a33bd48f01d 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ --without-csharp --without-java --without-tcl GNU_CONFIGURE= yes -MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} +INSTALL_TARGET= install-strip USES= libtool tar:xz PORTDOCS= * |