diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-28 07:03:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-28 07:03:06 +0800 |
commit | b17bb1be246016f94a23c261eba34c03069b67d9 (patch) | |
tree | f9559dc7d4b77314f97015f500d332160538610f /textproc | |
parent | 576bb1afe65ff81886483f40afd4e7cc623d4f70 (diff) | |
download | freebsd-ports-gnome-b17bb1be246016f94a23c261eba34c03069b67d9.tar.gz freebsd-ports-gnome-b17bb1be246016f94a23c261eba34c03069b67d9.tar.zst freebsd-ports-gnome-b17bb1be246016f94a23c261eba34c03069b67d9.zip |
Strip binaries
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/teckit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/teckit/Makefile b/textproc/teckit/Makefile index 6029dab43433..af526419b533 100644 --- a/textproc/teckit/Makefile +++ b/textproc/teckit/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip DOCS= AUTHORS README NEWS docs/*.pdf license/LICENSING.txt |