From 7a1592059259d7074ca7594dc879318aa64b5c74 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 22 Apr 2012 10:49:11 +0000 Subject: [PATCH] MESSAGE -> README ok jasper@ (maintainer) --- editors/nedit/Makefile | 4 ++-- editors/nedit/pkg/MESSAGE | 8 -------- editors/nedit/pkg/PLIST | 3 ++- editors/nedit/pkg/README | 14 ++++++++++++++ 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 editors/nedit/pkg/MESSAGE create mode 100644 editors/nedit/pkg/README diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 2dfc3be1d39..a3598d5827f 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.68 2011/09/16 09:48:09 espie Exp $ +# $OpenBSD: Makefile,v 1.69 2012/04/22 10:49:11 ajacoutot Exp $ # $FreeBSD: Makefile,v 1.10 1998/03/28 14:36:34 steve Exp $ COMMENT= X11/Motif GUI text editor DISTNAME= nedit-5.5 P_V= 0.5 -REVISION= 18 +REVISION= 19 EPOCH= 0 DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} \ nedit_patterns-${P_V}.tgz:0 diff --git a/editors/nedit/pkg/MESSAGE b/editors/nedit/pkg/MESSAGE deleted file mode 100644 index 38110e32839..00000000000 --- a/editors/nedit/pkg/MESSAGE +++ /dev/null @@ -1,8 +0,0 @@ -Additional patterns for NEdit have been installed into: -${PREFIX}/share/nedit/patterns/ - -To load them into NEdit type: -nedit -import PATTERN_FILE.pats - -The patterns can then be saved permanently into nedit's own resource -file by using Save Defaults from the Preferences menu. diff --git a/editors/nedit/pkg/PLIST b/editors/nedit/pkg/PLIST index 00bbf507f78..c471854f65f 100644 --- a/editors/nedit/pkg/PLIST +++ b/editors/nedit/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.14 2011/04/10 18:01:13 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.15 2012/04/22 10:49:11 ajacoutot Exp $ @pkgpath ${BASE_PKGPATH} @pkgpath ${BASE_PKGPATH},wrapmark @pkgpath ${BASE_PKGPATH},lesstif,wrapmark @@ -10,6 +10,7 @@ lib/X11/app-defaults/NEdit @man man/man1/nedit.1 share/doc/nedit/ share/doc/nedit/nedit.doc +share/doc/pkg-readmes/${FULLPKGNAME} share/nedit/ share/nedit/patterns/ share/nedit/patterns/arm.pats diff --git a/editors/nedit/pkg/README b/editors/nedit/pkg/README new file mode 100644 index 00000000000..a1cfc11f686 --- /dev/null +++ b/editors/nedit/pkg/README @@ -0,0 +1,14 @@ +$OpenBSD: README,v 1.1 2012/04/22 10:49:11 ajacoutot Exp $ + ++----------------------------------------------------------------------- +| Running ${FULLPKGNAME} on OpenBSD ++----------------------------------------------------------------------- + +Additional patterns for NEdit have been installed under: + ${TRUEPREFIX}/share/nedit/patterns/ + +To load them into NEdit, run the following command: + $ nedit -import PATTERN_FILE.pats + +The patterns can then be saved permanently into nedit's own resource +file by using "Save Defaults" from the "Preferences" menu.