diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 15:36:26 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 15:36:26 +0000 |
commit | ad6815cc31a85961efeb352874971ed5a7ff8e65 (patch) | |
tree | 2bed6ebdf7fbdf7287acc72cd045d25b65537fc7 | |
parent | dbeac67c352a871965684f43f0092369c9396c23 (diff) | |
download | FreeBSD-ports-ad6815cc31a85961efeb352874971ed5a7ff8e65.zip FreeBSD-ports-ad6815cc31a85961efeb352874971ed5a7ff8e65.tar.gz |
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
-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 b555c9a..6a33bd4 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= * |