diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-14 16:16:30 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-14 16:16:30 +0000 |
commit | 9f4adb5f8285845006f04f2e343713208d4577ff (patch) | |
tree | 2352c54ea1fa0d1b74677b34ca92bf86e565dbce /misc | |
parent | 47ab36ae4316c7f7fabf5ad6720bf62482ef6d58 (diff) | |
download | ports-9f4adb5f8285845006f04f2e343713208d4577ff.tar.gz ports-9f4adb5f8285845006f04f2e343713208d4577ff.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/linm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/linm/Makefile b/misc/linm/Makefile index 6e0a179ab0a8..0708daa8bee6 100644 --- a/misc/linm/Makefile +++ b/misc/linm/Makefile @@ -40,6 +40,10 @@ CONFIGURE_ARGS+= --enable-cfgpath="${PREFIX}/etc/linm" --enable-kolocalepath="${ LINM_VER= 0.7.7 WRKSRC= ${WRKDIR}/linm-${LINM_VER} +post-patch: + @${REINPLACE_CMD} -e 's|Panel::SetCur|SetCur|' ${WRKSRC}/panel/common/panel.h + @${REINPLACE_CMD} -e 's|Position::Show|Show|' ${WRKSRC}/src/ncurses/dialog.h + post-install: .if !defined (NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/linm |