diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-03-03 00:54:01 -0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-03-03 00:54:01 -0800 |
commit | 1d09681ea073ac7d4ae5bbd661aca69023f52a9f (patch) | |
tree | fed21ebdf2bc07fb496cab1c41aba3cecc608b4c | |
parent | 2a3838d14b9c445f84461b5b9d14c2830d91970e (diff) | |
download | freebsd-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.
-rw-r--r-- | x11/cde-25/Makefile | 2 | ||||
-rw-r--r-- | x11/cde-25/files/pkg-message.in | 2 | ||||
-rw-r--r-- | x11/cde-devel/Makefile | 2 | ||||
-rw-r--r-- | x11/cde-devel/files/pkg-message.in | 2 |
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 } |