diff options
Diffstat (limited to 'devel/ncurses-devel/Makefile')
-rw-r--r-- | devel/ncurses-devel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile index 59d5b6493afa..2f14779821e5 100644 --- a/devel/ncurses-devel/Makefile +++ b/devel/ncurses-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.11 1999/02/13 00:41:51 asami Exp $ +# $Id: Makefile,v 1.12 1999/03/11 21:47:10 scrappy Exp $ # DISTNAME= ncurses-4.2 @@ -43,7 +43,6 @@ MAN3= curs_addch.3x curs_addchstr.3x curs_addstr.3x curs_attr.3x \ ncurses.3x panel.3x resizeterm.3x wresize.3x MAN5= terminfo.5 term.5 MAN7= term.7 -#MANCOMPRESSED= yes MANUAL_PACKAGE_BUILD= conflicts with system ncurses GNU_CONFIGURE= yes @@ -54,6 +53,10 @@ CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="/usr/bin/env OBJFORMAT=${P .include <bsd.port.pre.mk> +post-configure: + @ ${CAT} ${FILESDIR}/patch-ac \ + | ${PATCH} ${PATCH_DIST_ARGS} + post-install: .if ${PORTOBJFORMAT} == "aout" @ ${LN} -sf ${PREFIX}/lib/libform.so.4.2 ${PREFIX}/lib/libform.so |