aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-03-03 08:54:01 +0000
committerCy Schubert <cy@FreeBSD.org>2024-03-03 08:54:01 +0000
commit1d09681ea073ac7d4ae5bbd661aca69023f52a9f (patch)
treefed21ebdf2bc07fb496cab1c41aba3cecc608b4c /x11
parent2a3838d14b9c445f84461b5b9d14c2830d91970e (diff)
downloadports-1d09681ea073ac7d4ae5bbd661aca69023f52a9f.tar.gz
ports-1d09681ea073ac7d4ae5bbd661aca69023f52a9f.zip
x11/cde*: Add a note about $PATH
CDE is installed in ${PREFIX}/dt, as it was installed in /usr/dt on platforms like Solaris and Tru64.
Diffstat (limited to 'x11')
-rw-r--r--x11/cde-25/Makefile2
-rw-r--r--x11/cde-25/files/pkg-message.in2
-rw-r--r--x11/cde-devel/Makefile2
-rw-r--r--x11/cde-devel/files/pkg-message.in2
4 files changed, 6 insertions, 2 deletions
diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile
index a57c73d4617d..4a3121433a33 100644
--- a/x11/cde-25/Makefile
+++ b/x11/cde-25/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cde
DISTVERSION= 2.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= SF/cdesktopenv/src/
.if !defined(MASTERDIR)
diff --git a/x11/cde-25/files/pkg-message.in b/x11/cde-25/files/pkg-message.in
index 0473e1afad24..b1448042876d 100644
--- a/x11/cde-25/files/pkg-message.in
+++ b/x11/cde-25/files/pkg-message.in
@@ -30,6 +30,8 @@ To start the Common Desktop Environment,
If you want to use dtlogin as well, you'll need to create
%%LOCALBASE%%/etc/X11/Xwrapper.config and add this line:
+Also, make sure to add %%PREFIX%%/dt/bin to your path.
+
allowed_users=anybody
EOM
}
diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile
index 44385b804f33..0b22cadac949 100644
--- a/x11/cde-devel/Makefile
+++ b/x11/cde-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cde
PORTVERSION= ${COMMIT_DATE}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
.if !defined(MASTERDIR)
PKGNAMESUFFIX= -devel
diff --git a/x11/cde-devel/files/pkg-message.in b/x11/cde-devel/files/pkg-message.in
index 0473e1afad24..b1448042876d 100644
--- a/x11/cde-devel/files/pkg-message.in
+++ b/x11/cde-devel/files/pkg-message.in
@@ -30,6 +30,8 @@ To start the Common Desktop Environment,
If you want to use dtlogin as well, you'll need to create
%%LOCALBASE%%/etc/X11/Xwrapper.config and add this line:
+Also, make sure to add %%PREFIX%%/dt/bin to your path.
+
allowed_users=anybody
EOM
}