svn commit: r349358 - head/www/elinks

Renato Botelho garga at FreeBSD.org
Thu Mar 27 19:55:01 UTC 2014


Author: garga
Date: Thu Mar 27 19:55:00 2014
New Revision: 349358
URL: http://svnweb.freebsd.org/changeset/ports/349358
QAT: https://qat.redports.org/buildarchive/r349358/

Log:
  . Support STAGE
  . Move USE_BZIP2 to USES=tar:bzip2
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/elinks/Makefile
  head/www/elinks/pkg-plist

Modified: head/www/elinks/Makefile
==============================================================================
--- head/www/elinks/Makefile	Thu Mar 27 19:50:32 2014	(r349357)
+++ head/www/elinks/Makefile	Thu Mar 27 19:55:00 2014	(r349358)
@@ -11,8 +11,7 @@ MAINTAINER=	beat at FreeBSD.org
 COMMENT=	Elinks - links text WWW browser with enhancements
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
-USES=		bison gmake
+USES=		bison gmake tar:bzip2
 USE_OPENSSL=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -20,9 +19,6 @@ CFLAGS+=	-I${LOCALBASE}/include
 
 SAMBA_PORT?=	net/samba36
 
-MAN1=		elinks.1
-MAN5=		elinkskeys.5 elinks.conf.5
-
 OPTIONS_DEFINE=		88COLORS 256COLORS SPIDERMONKEY XBELMARKS LOCAL_CGI \
 			FINGER GOPHER BITTORRENT NNTP FTP FSP SMB EXMODE \
 			HIGHLIGHT IDN NOROOT FASTMEM PERL \
@@ -39,7 +35,6 @@ HIGHLIGHT_DESC=		HTML highlighting using
 NOROOT_DESC=		Prevention of usage by root
 FASTMEM_DESC=		Fast memory allocation functions
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 CONFIGURE_ARGS+=	--without-zlib

Modified: head/www/elinks/pkg-plist
==============================================================================
--- head/www/elinks/pkg-plist	Thu Mar 27 19:50:32 2014	(r349357)
+++ head/www/elinks/pkg-plist	Thu Mar 27 19:55:00 2014	(r349358)
@@ -1,4 +1,7 @@
 bin/elinks
+man/man1/elinks.1.gz
+man/man5/elinkskeys.5.gz
+man/man5/elinks.conf.5.gz
 %%NLS%%share/locale/be/LC_MESSAGES/elinks.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/elinks.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/elinks.mo


More information about the svn-ports-all mailing list