summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>