Date: Thu, 26 Dec 2013 16:27:35 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337549 - head/archivers/plzip Message-ID: <201312261627.rBQGRZU2065466@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 26 16:27:35 2013 New Revision: 337549 URL: http://svnweb.freebsd.org/changeset/ports/337549 Log: Support stage Modified: head/archivers/plzip/Makefile Modified: head/archivers/plzip/Makefile ============================================================================== --- head/archivers/plzip/Makefile Thu Dec 26 16:25:52 2013 (r337548) +++ head/archivers/plzip/Makefile Thu Dec 26 16:27:35 2013 (r337549) @@ -11,14 +11,13 @@ COMMENT= Parallel, lossless data compres BUILD_DEPENDS= lzlib>=1.1:${PORTSDIR}/archivers/lzlib -PLIST_FILES= bin/plzip +PLIST_FILES= bin/plzip \ + man/man1/plzip.1.gz -NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= CXXFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= plzip.1 INFO= plzip .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261627.rBQGRZU2065466>