Date: Wed, 25 Sep 2013 13:02:26 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328282 - head/converters/chmview Message-ID: <201309251302.r8PD2QuD074121@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Wed Sep 25 13:02:26 2013 New Revision: 328282 URL: http://svnweb.freebsd.org/changeset/ports/328282 Log: - Support STAGEDIR - Convert to new LIB_DEPENDS syntax Modified: head/converters/chmview/Makefile Modified: head/converters/chmview/Makefile ============================================================================== --- head/converters/chmview/Makefile Wed Sep 25 12:53:25 2013 (r328281) +++ head/converters/chmview/Makefile Wed Sep 25 13:02:26 2013 (r328282) @@ -12,7 +12,7 @@ COMMENT= Extractor from .chm files LICENSE= GPLv2 -LIB_DEPENDS= chm:${PORTSDIR}/misc/chmlib +LIB_DEPENDS= libchm.so:${PORTSDIR}/misc/chmlib PROJECTHOST= ak-various-projects @@ -22,8 +22,7 @@ USE_DOS2UNIX= chmview.c utf8.c utf8.h WRKSRC= ${WRKDIR}/src PLIST_FILES= bin/chmview -NO_STAGE= yes -pre-patch: +post-extract: @${CP} ${FILESDIR}/Makefile ${WRKSRC} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309251302.r8PD2QuD074121>