summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-04-04 17:12:43 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-04-04 17:12:43 +0000
commit3b584c6b654d4d0e316aee55179662da91eb5216 (patch)
treecd03889b6cbade85bb987261735a0f4a4a8ab334 /devel
parentUpgrade to 1.38b (fixes TeX capacity problems when building the PDF (diff)
Coped at configure script instead of port Makefile.
Two portlint check. Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=17634
Diffstat (limited to 'devel')
-rw-r--r--devel/ncurses-devel/Makefile8
-rw-r--r--devel/ncurses/Makefile8
2 files changed, 4 insertions, 12 deletions
diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile
index 2f14779821e5..2d2bdf6b4cb1 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.12 1999/03/11 21:47:10 scrappy Exp $
+# $Id: Makefile,v 1.13 1999/04/04 00:30:20 sada Exp $
#
DISTNAME= ncurses-4.2
@@ -49,14 +49,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
--disable-termcap --includedir=${PREFIX}/include/ncurses \
--prefix=${PREFIX} --with-profile --with-shared
-CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="/usr/bin/env OBJFORMAT=${PORTOBJFORMAT} /sbin/ldconfig -m ${PREFIX}/lib"
+CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib"
.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 2f14779821e5..2d2bdf6b4cb1 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.12 1999/03/11 21:47:10 scrappy Exp $
+# $Id: Makefile,v 1.13 1999/04/04 00:30:20 sada Exp $
#
DISTNAME= ncurses-4.2
@@ -49,14 +49,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
--disable-termcap --includedir=${PREFIX}/include/ncurses \
--prefix=${PREFIX} --with-profile --with-shared
-CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="/usr/bin/env OBJFORMAT=${PORTOBJFORMAT} /sbin/ldconfig -m ${PREFIX}/lib"
+CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib"
.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