svn commit: r340977 - head/editors/zile

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 01:04:41 UTC 2014


Author: bapt
Date: Sat Jan 25 01:04:40 2014
New Revision: 340977
URL: http://svnweb.freebsd.org/changeset/ports/340977
QAT: https://qat.redports.org/buildarchive/r340977/

Log:
  Support stage

Modified:
  head/editors/zile/Makefile

Modified: head/editors/zile/Makefile
==============================================================================
--- head/editors/zile/Makefile	Sat Jan 25 00:59:55 2014	(r340976)
+++ head/editors/zile/Makefile	Sat Jan 25 01:04:40 2014	(r340977)
@@ -9,17 +9,16 @@ MASTER_SITES=	GNU
 MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Small emacs-like text editor
 
-LIB_DEPENDS=	gc:${PORTSDIR}/devel/boehm-gc
+LIB_DEPENDS=	libgc.so:${PORTSDIR}/devel/boehm-gc
 BUILD_DEPENDS=	${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man
 
-USE_GMAKE=	yes
-USES=		perl5
+USES=		gmake perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-included-regex
 
-MAN1=		${PORTNAME}.1
 PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/${PORTNAME}.1.gz \
 		%%DOCSDIR%%/AUTHORS \
 		%%DOCSDIR%%/FAQ \
 		%%DOCSDIR%%/NEWS \
@@ -29,7 +28,6 @@ PLIST_DIRS=	%%DOCSDIR%%
 CPPFLAGS+=	-I${LOCALBASE}/include -isystem /usr/include/gnu
 LDFLAGS+=	-L${LOCALBASE}/lib -lgnuregex
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in


More information about the svn-ports-all mailing list