summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/screen-devel/Makefile4
-rw-r--r--sysutils/screen50/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/screen-devel/Makefile b/sysutils/screen-devel/Makefile
index c33305ffde4a..a088f2361871 100644
--- a/sysutils/screen-devel/Makefile
+++ b/sysutils/screen-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= screen
DISTVERSION= 5.0.0.${SCREEN_COMMIT_DATE}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
MASTER_SITES= #
@@ -45,7 +45,7 @@ NCURSES_PORT_USES= ncurses:port
OPTIONS_SUB=
USES= autoreconf:build gmake cpe
-CONFIGURE_ARGS= --with-system_screenrc=${ETCDIR}/etc/screenrc
+CONFIGURE_ARGS= --with-system_screenrc=${ETCDIR}/screenrc
MAKE_ARGS+= WITH_MAN=1
CPE_VENDOR= gnu
diff --git a/sysutils/screen50/Makefile b/sysutils/screen50/Makefile
index f3b974e40bdf..221f4fd63eb0 100644
--- a/sysutils/screen50/Makefile
+++ b/sysutils/screen50/Makefile
@@ -1,6 +1,6 @@
PORTNAME= screen
DISTVERSION= 5.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
# MASTER_SITES= GNU \
# ftp://ftp.gnu.org/gnu/screen/ \
@@ -54,7 +54,7 @@ NCURSES_PORT_USES= ncurses:port
OPTIONS_SUB=
USES= autoreconf:build gmake cpe
-CONFIGURE_ARGS= --with-system_screenrc=${ETCDIR}/etc/screenrc
+CONFIGURE_ARGS= --with-system_screenrc=${ETCDIR}/screenrc
MAKE_ARGS+= WITH_MAN=1
CPE_VENDOR= gnu