aboutsummaryrefslogtreecommitdiff
path: root/devel/ncurses
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-31 18:41:07 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-31 18:41:07 +0000
commit09072056f08a35a80ae023b154c84380fee54046 (patch)
tree88b0cfd3ecbfeb5b8c1cb40f2394f49282e0b28a /devel/ncurses
parent12593b5d4683731db248aa92d15467bf5a525fc7 (diff)
downloadports-09072056f08a35a80ae023b154c84380fee54046.tar.gz
ports-09072056f08a35a80ae023b154c84380fee54046.zip
Notes
Diffstat (limited to 'devel/ncurses')
-rw-r--r--devel/ncurses/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index af927ea1436a..034e056a5d46 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -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}/,,}