aboutsummaryrefslogtreecommitdiff
path: root/converters/chmview
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-09-25 13:02:26 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-09-25 13:02:26 +0000
commit60842bc0294ff2d0a30246d20d64c13d2a7dd236 (patch)
tree6f199b7e656c469a98649c56e07d28c3a7ee9722 /converters/chmview
parente28a7d3dc7c0ad31070522cfea5b943760a6b26b (diff)
downloadports-60842bc0294ff2d0a30246d20d64c13d2a7dd236.tar.gz
ports-60842bc0294ff2d0a30246d20d64c13d2a7dd236.zip
Notes
Diffstat (limited to 'converters/chmview')
-rw-r--r--converters/chmview/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/chmview/Makefile b/converters/chmview/Makefile
index 4365f5b91b82..50d2e7769499 100644
--- a/converters/chmview/Makefile
+++ b/converters/chmview/Makefile
@@ -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>