diff options
author | sada <sada@FreeBSD.org> | 1999-04-04 00:30:20 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-04-04 00:30:20 +0000 |
commit | 4d78ec8410a98328148d913dce6d83f535300d83 (patch) | |
tree | dcf3ed501e6b3996b809593ec3fa06843205c45f /devel | |
parent | 50cb95ec8b5f7ba0a26abb27d6f8882607a7d58a (diff) | |
download | FreeBSD-ports-4d78ec8410a98328148d913dce6d83f535300d83.zip FreeBSD-ports-4d78ec8410a98328148d913dce6d83f535300d83.tar.gz |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ncurses-devel/Makefile | 7 | ||||
-rw-r--r-- | devel/ncurses/Makefile | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile index 59d5b64..2f14779 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 diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 59d5b64..2f14779 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 |