Index: head/archivers/zlib/Makefile =================================================================== --- head/archivers/zlib/Makefile (revision 297092) +++ head/archivers/zlib/Makefile (revision 297093) @@ -1,36 +1,37 @@ # New ports collection makefile for: zlib # Date created: 17 April 2012 # Whom: Muhammad Moinur Rahman <5u623l20@gmail.com> # # $FreeBSD$ # PORTNAME= zlib PORTVERSION= 1.2.6 CATEGORIES= archivers MASTER_SITES= SF/libpng/${PORTNAME}/${PORTVERSION} \ http://zlib.net/ MAINTAINER= 5u623l20@gmail.com COMMENT= A Massively Spiffy Yet Delicately Unobtrusive Compression Library USE_BZIP2= yes +CONFIGURE_ARGS= --prefix=${PREFIX} +HAS_CONFIGURE= yes +USE_LDCONFIG= yes MAN3= zlib.3 NO_MANCOMPRESS= yes + PLIST_FILES= include/zconf.h \ include/zlib.h \ lib/libz.so \ lib/libz.a \ lib/libz.so.1 \ lib/libz.so.1.2.6 \ lib/pkgconfig/zlib.pc PLIST_DIRS= lib/pkgconfig -HAS_CONFIGURE= yes - -USE_LDCONFIG= yes - post-patch: @${REINPLACE_CMD} -e '/mandir/s/share\///' ${WRKSRC}/configure + .include Property changes on: head/archivers/zlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property