svn commit: r331430 - head/archivers/lzop

Matthias Andree mandree at FreeBSD.org
Wed Oct 23 21:20:19 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list