pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ncurses-32: Install package to ${PREFIX}/emul/netbsd32



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Thu Jul 18 22:58:51 2019 +0200
Changeset:	d0045958c2aa26f9f0f50f175c2b37ccf912420f

Modified Files:
	ncurses-32/Makefile.common

Log Message:
ncurses-32: Install package to ${PREFIX}/emul/netbsd32

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0045958c2aa26f9f0f50f175c2b37ccf912420f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ncurses-32/Makefile.common | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/ncurses-32/Makefile.common b/ncurses-32/Makefile.common
index af7d90dc30..ce053c13a5 100644
--- a/ncurses-32/Makefile.common
+++ b/ncurses-32/Makefile.common
@@ -6,7 +6,6 @@
 DISTNAME=	ncurses-${NC_VERS}
 ABI?=		32
 PKGNAME=	compat${ABI}_${DISTNAME}
-LIBABISUFFIX?=	/32
 NC_VERS=	6.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU:=ncurses/}
@@ -22,7 +21,7 @@ USE_LANGUAGES=		c c++
 USE_LIBTOOL=		yes
 USE_TOOLS+=		gmake pkg-config tbl
 GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib${LIBABISUFFIX}
+GNU_CONFIGURE_PREFIX=	${PREFIX}/emul/netbsd32/
 CONFIGURE_ARGS+=	--with-libtool
 CONFIGURE_ARGS+=	--enable-bsdpad
 CONFIGURE_ARGS+=	--enable-overwrite


Home | Main Index | Thread Index | Old Index