aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2015-05-10 20:14:25 +0800
committerpi <pi@FreeBSD.org>2015-05-10 20:14:25 +0800
commitd106cd806eabb40dbe512de3f1acb3b2c0d32ca2 (patch)
treebfa8f99e12d4fa9bdeae8bbefc2fc5ea55b0d71c
parenta84ef32f38054381aaaad7a556eff3ab9ccb5031 (diff)
downloadfreebsd-ports-gnome-d106cd806eabb40dbe512de3f1acb3b2c0d32ca2.tar.gz
freebsd-ports-gnome-d106cd806eabb40dbe512de3f1acb3b2c0d32ca2.tar.zst
freebsd-ports-gnome-d106cd806eabb40dbe512de3f1acb3b2c0d32ca2.zip
devel/lfcxml: simplify
As suggested by tijl: - use INSTALL_TARGET=install-strip - remove USES=autoreconf
-rw-r--r--devel/lfcxml/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile
index 486ab0b9ae5f..b63db27b2838 100644
--- a/devel/lfcxml/Makefile
+++ b/devel/lfcxml/Makefile
@@ -14,13 +14,11 @@ LICENSE= GPLv3
LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase
-USES= autoreconf libtool
+USES= libtool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-
-post-stage:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcxml.so.1.0.0
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>