svn commit: r328282 - head/converters/chmview

Alex Kozlov ak at FreeBSD.org
Wed Sep 25 13:02:26 UTC 2013


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>


More information about the svn-ports-all mailing list