diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/openzz/Makefile | 8 | ||||
-rw-r--r-- | devel/openzz/files/patch-configure | 10 |
2 files changed, 3 insertions, 15 deletions
diff --git a/devel/openzz/Makefile b/devel/openzz/Makefile index 1264c1d8c573..8ec5a76ab15f 100644 --- a/devel/openzz/Makefile +++ b/devel/openzz/Makefile @@ -13,16 +13,14 @@ COMMENT= Interpreted dynamic parser WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} -USES= libtool readline GNU_CONFIGURE= yes -USE_LDCONFIG= yes CFLAGS+= -Wno-return-type +INSTALL_TARGET= install-strip +USES= libtool readline +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c @${REINPLACE_CMD} -e "s/argv\[\]/*argv/" ${WRKSRC}/src/zzbind.h -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so - .include <bsd.port.mk> diff --git a/devel/openzz/files/patch-configure b/devel/openzz/files/patch-configure deleted file mode 100644 index d1caa1d20d8b..000000000000 --- a/devel/openzz/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Mar 29 01:04:28 2002 -+++ configure Wed Jun 12 00:02:26 2002 -@@ -5058,6 +5058,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |