diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-09-25 13:02:26 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-09-25 13:02:26 +0000 |
commit | 60842bc0294ff2d0a30246d20d64c13d2a7dd236 (patch) | |
tree | 6f199b7e656c469a98649c56e07d28c3a7ee9722 /converters/chmview | |
parent | e28a7d3dc7c0ad31070522cfea5b943760a6b26b (diff) | |
download | ports-60842bc0294ff2d0a30246d20d64c13d2a7dd236.tar.gz ports-60842bc0294ff2d0a30246d20d64c13d2a7dd236.zip |
Notes
Diffstat (limited to 'converters/chmview')
-rw-r--r-- | converters/chmview/Makefile | 5 |
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> |