diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 12:20:26 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 12:20:26 +0000 |
commit | 74c9b4373dbcb5a2c1ef6b361684b24445deec0a (patch) | |
tree | bbfeab4fa949bdef698b5d16bdf958dc71abbf43 /misc | |
parent | 6c2a510b4738c3cb53b5266a6ac2abbb465c0725 (diff) | |
download | ports-74c9b4373dbcb5a2c1ef6b361684b24445deec0a.tar.gz ports-74c9b4373dbcb5a2c1ef6b361684b24445deec0a.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lifelines/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index cf53189caca6..f62b49a2b78e 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -31,6 +31,10 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's,ncursesw/curses.h,curses.h,' \ + ${WRKSRC}/src/hdrs/mycurses.h + post-install: .if !defined(NOPORTDOCS) .for file in btedit.1 dbverify.1 llines.1 |