diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:00:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:00:46 +0000 |
commit | fa4bf2ee1d039ae33718a8286802e7bf7ceb3387 (patch) | |
tree | 728a3619568ce38b9188fc0b8717a16a880d52d3 /mail/cone | |
parent | b0dffdff28a18aa92669ae08593f8e26d4128641 (diff) | |
download | ports-fa4bf2ee1d039ae33718a8286802e7bf7ceb3387.tar.gz ports-fa4bf2ee1d039ae33718a8286802e7bf7ceb3387.zip |
Notes
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 9365150b397c..720b05032450 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -35,6 +35,8 @@ CONFIGURE_ENV= REHASH="${PERL} ${SCRIPTDIR}/c_rehash" INSTALL_TARGET= install-strip +OPTIONS_DEFINE= DOCS + post-extract: @${MKDIR} ${WRKDIR}/ncursesw ${LN} -s ${LOCALBASE}/include/ncurses/ncurses.h ${WRKDIR}/ncursesw/curses.h |