aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-12-08 15:56:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-12-08 15:56:22 +0000
commit53446e5b956e0b96b239e54eaee1e837cb9c6d60 (patch)
tree7cc34540eff9c0207bbf71cd52ab4a614118a876 /editors
parent798e0db88c0760f9f141cbb93c5256a6d8f48ec0 (diff)
downloadports-53446e5b956e0b96b239e54eaee1e837cb9c6d60.tar.gz
ports-53446e5b956e0b96b239e54eaee1e837cb9c6d60.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/custom-emacs/Makefile3
-rw-r--r--editors/custom-emacs/pkg-descr14
2 files changed, 6 insertions, 11 deletions
diff --git a/editors/custom-emacs/Makefile b/editors/custom-emacs/Makefile
index 033ebbd2b668..f33df591755b 100644
--- a/editors/custom-emacs/Makefile
+++ b/editors/custom-emacs/Makefile
@@ -14,7 +14,7 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER?= ports@FreeBSD.org
COMMENT?= The Custom Library for emacs
-DEPRECATED= "mastersite dissapeared, abandoned software for obsolete emacs version"
+DEPRECATED= mastersite dissapeared; abandoned software for obsolete emacs version
EXPIRATION_DATE=2006-01-24
# custom library
@@ -41,7 +41,6 @@ PLIST_SUB= CUSTOMDOCDIR=${CUSTOMDOCDIR}
@${FALSE}
.endif
-
do-install:
@for i in ${CUSTOM_ELS} ; do \
${INSTALL_DATA} ${WRKSRC}/$${i} \
diff --git a/editors/custom-emacs/pkg-descr b/editors/custom-emacs/pkg-descr
index 3f89edd6be5e..8601334e0b10 100644
--- a/editors/custom-emacs/pkg-descr
+++ b/editors/custom-emacs/pkg-descr
@@ -1,19 +1,17 @@
The Custom Library for emacs.
---- Emacs Library Porting
-
The Custom Library is intended for use by emacs lisp programmers who
want to make their emacs packages easily customizable. It allows the
-programmer to
+programmer to
- declare the type for each user option,
- i.e. specify the set of legal values for each variable,
- - specify and initialize the faces used by the package, and
- - organize the user options into groups and hierarchies.
+ i.e. specify the set of legal values for each variable,
+ - specify and initialize the faces used by the package, and
+ - organize the user options into groups and hierarchies.
The user will then be able to customize the user options through a
helpful structured interface that resembles the property editor in
-modern GUI programs.
+modern GUI programs.
How to use:
M-x customize
@@ -22,5 +20,3 @@ Installed at:
${LOCALBASE}/share/emacs/19.34/site-lisp/
WWW: http://www.dina.kvl.dk/~abraham/custom/
-
---- Porting by <shige@FreeBSD.ORG>.