Index: head/archivers/lzo/Makefile =================================================================== --- head/archivers/lzo/Makefile (revision 274505) +++ head/archivers/lzo/Makefile (revision 274506) @@ -1,38 +1,38 @@ # New ports collection makefile for: lzo # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # PORTNAME= lzo PORTVERSION= 1.08 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ \ - ${MASTER_SITE_LOCAL:S,$,mandree/,} + LOCAL/mandree MAINTAINER= mandree@FreeBSD.org COMMENT= Portable speedy, lossless data compression library USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes DEPRECATED= use lzo2 instead for new installs EXPIRATION_DATE= 2011-05-31 post-build: @${ECHO_MSG} "===> Running self-tests for ${PKGNAME} (can take a few minutes)" @# override MALLOC_OPTIONS, else tests take excessively long cd ${WRKSRC} && ${SETENV} MALLOC_OPTIONS=jz ${MAKE} check test post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif .include Property changes on: head/archivers/lzo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property Index: head/archivers/lzo2/Makefile =================================================================== --- head/archivers/lzo2/Makefile (revision 274505) +++ head/archivers/lzo2/Makefile (revision 274506) @@ -1,46 +1,46 @@ # New ports collection makefile for: lzo # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # PORTNAME= lzo2 PORTVERSION= 2.05 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ - ${MASTER_SITE_LOCAL:S,$,mandree/,} + LOCAL/mandree DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= mandree@FreeBSD.org COMMENT= Portable speedy, lossless data compression library LICENSE= GPLv2 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR} USE_LDCONFIG= yes post-build: @${ECHO_MSG} "===> Running self-tests for ${PKGNAME} (can take a few minutes)" @#: override MALLOC_OPTIONS, else tests take excessively long cd ${WRKSRC} && ${SETENV} MALLOC_OPTIONS=jz ${MAKE} check test SHELL="${SH} -x" post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,doc/,,' NEWS README .for i in AUTHORS BUGS COPYING NEWS README THANKS ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ .endfor ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/ .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/[a-z]*.[ch] ${EXAMPLESDIR}/ .endif .include Property changes on: head/archivers/lzo2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.55 \ No newline at end of property +1.56 \ No newline at end of property Index: head/archivers/lzop/Makefile =================================================================== --- head/archivers/lzop/Makefile (revision 274505) +++ head/archivers/lzop/Makefile (revision 274506) @@ -1,31 +1,31 @@ # New ports collection makefile for: lzop # Date created: Fri 2 June 2000 # Whom: will # # $FreeBSD$ # PORTNAME= lzop DISTVERSION= 1.03 CATEGORIES= archivers MASTER_SITES= http://www.lzop.org/download/ \ - ${MASTER_SITE_LOCAL:S,$,mandree/,} + LOCAL/mandree 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 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" MAN1= lzop.1 PLIST_FILES= bin/lzop .include Property changes on: head/archivers/lzop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property