Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 21:20:19 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331430 - head/archivers/lzop
Message-ID:  <201310232120.r9NLKJqL051443@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Oct 23 21:20:18 2013
New Revision: 331430
URL: http://svnweb.freebsd.org/changeset/ports/331430

Log:
  Support staging.
  
  Drop support for lzo.1, which has not been in the tree for a while.

Modified:
  head/archivers/lzop/Makefile   (contents, props changed)

Modified: head/archivers/lzop/Makefile
==============================================================================
--- head/archivers/lzop/Makefile	Wed Oct 23 21:16:13 2013	(r331429)
+++ head/archivers/lzop/Makefile	Wed Oct 23 21:20:18 2013	(r331430)
@@ -10,19 +10,12 @@ MASTER_SITES=	http://www.lzop.org/downlo
 MAINTAINER=	mandree@FreeBSD.org
 COMMENT=	Fast file compressor similar to gzip, using the LZO library
 
-# prefer lzo2 if it is already installed or if no lzo is installed.
-.if exists(${LOCALBASE}/lib/liblzo2.so.2) || !exists(${LOCALBASE}/lib/liblzo.so.1)
-LIB_DEPENDS=	lzo2.2:${PORTSDIR}/archivers/lzo2
-.else
-LIB_DEPENDS=	lzo.1:${PORTSDIR}/archivers/lzo
-.endif
+LIB_DEPENDS=	liblzo2.so:${PORTSDIR}/archivers/lzo2
 
-NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		lzop.1
-PLIST_FILES=	bin/lzop
+PLIST_FILES=	bin/lzop man/man1/lzop.1.gz
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310232120.r9NLKJqL051443>