diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-04-04 00:30:20 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-04-04 00:30:20 +0000 |
commit | 6e0de4cc9564ffc69404544ba6977657b0087aa0 (patch) | |
tree | 6688dfe189c450aafcee6c48ac6f3735f2782ae8 /devel/ncurses | |
parent | d7d129ab022d825d0667671885b43f7104274ae2 (diff) | |
download | ports-6e0de4cc9564ffc69404544ba6977657b0087aa0.tar.gz ports-6e0de4cc9564ffc69404544ba6977657b0087aa0.zip |
Stop the port trying to gzip the man pages.
Submitter's `patch-ac' couldn't be applied, so, I have move it to FILEDIR
and make invoke the patch command at the post-configure stage.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=17628
Diffstat (limited to 'devel/ncurses')
-rw-r--r-- | devel/ncurses/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 59d5b6493afa..2f14779821e5 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/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 |