svn commit: r385941 - head/devel/lfcxml

Kurt Jaeger pi at FreeBSD.org
Sun May 10 12:14:26 UTC 2015


Author: pi
Date: Sun May 10 12:14:25 2015
New Revision: 385941
URL: https://svnweb.freebsd.org/changeset/ports/385941

Log:
  devel/lfcxml: simplify
  
  As suggested by tijl:
  - use INSTALL_TARGET=install-strip
  - remove USES=autoreconf

Modified:
  head/devel/lfcxml/Makefile

Modified: head/devel/lfcxml/Makefile
==============================================================================
--- head/devel/lfcxml/Makefile	Sun May 10 12:12:30 2015	(r385940)
+++ head/devel/lfcxml/Makefile	Sun May 10 12:14:25 2015	(r385941)
@@ -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>


More information about the svn-ports-all mailing list