summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-04-04 00:30:20 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-04-04 00:30:20 +0000
commit6e0de4cc9564ffc69404544ba6977657b0087aa0 (patch)
tree6688dfe189c450aafcee6c48ac6f3735f2782ae8 /devel
parentAdd Central European Summer time zone (diff)
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')
-rw-r--r--devel/ncurses-devel/Makefile7
-rw-r--r--devel/ncurses/Makefile7
2 files changed, 10 insertions, 4 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
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