diff options
-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 } |