diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
commit | 332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch) | |
tree | 9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /devel/ncurses-devel | |
parent | 9740f4f2a2937848763617cab19467f5846aaceb (diff) | |
download | ports-332b0f4a830f7403e0b41592bbae6e4094f8ef23.tar.gz ports-332b0f4a830f7403e0b41592bbae6e4094f8ef23.zip |
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=23999
Diffstat (limited to 'devel/ncurses-devel')
-rw-r--r-- | devel/ncurses-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile index 45db58b4e130..d2c001f73e19 100644 --- a/devel/ncurses-devel/Makefile +++ b/devel/ncurses-devel/Makefile @@ -12,10 +12,11 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.clark.net/pub/dickey/ncurses/4.2/ MASTER_SITE_SUBDIR= ncurses DISTFILES= ${DISTNAME}${EXTRACT_SUFX} terminfo.src.gz -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= andy@icc.surw.chel.su +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + Y2K= http://www.gnu.org/software/year2000.html MAN1= captoinfo.1m clear.1 infocmp.1m tic.1m toe.1m tput.1 tset.1 @@ -50,7 +51,7 @@ MANUAL_PACKAGE_BUILD= conflicts with system ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ --disable-termcap --includedir=${PREFIX}/include/ncurses \ - --prefix=${PREFIX} --with-profile --with-shared + --with-profile --with-shared CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib" .include <bsd.port.pre.mk> |