mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
- Register conflicts with devel/ncurses-devel
- Reduce diff against devel/ncurses-devel
This commit is contained in:
parent
12593b5d46
commit
09072056f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183802
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ncurses
|
||||
PORTVERSION= 5.6
|
||||
PORTVERSION= ${RELEASE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= rafan@FreeBSD.org
|
||||
COMMENT= Library for terminal-independent, full-screen output
|
||||
|
||||
CONFLICTS= ncurses-devel-*
|
||||
|
||||
RELEASE= 5.6
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT=../configure
|
||||
CONFIGURE_ARGS= --datadir=${TARGETDIR}/share/misc --disable-overwrite \
|
||||
@ -45,7 +49,7 @@ CONFIGURE_WRKSRC= ${NOWIDEC_WRKSRC}
|
||||
BUILD_WRKSRC= ${NOWIDEC_WRKSRC}
|
||||
INSTALL_WRKSRC= ${NOWIDEC_WRKSRC}
|
||||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} \
|
||||
PLIST_SUB+= PORTVERSION=${RELEASE} \
|
||||
WIDEC_EXAMPLESDIR=${WIDEC_EXAMPLESDIR:S,${TARGETDIR}/,,} \
|
||||
NOWIDEC_EXAMPLESDIR=${NOWIDEC_EXAMPLESDIR:S,${TARGETDIR}/,,}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user