aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-12-08 23:56:22 +0800
committerpav <pav@FreeBSD.org>2005-12-08 23:56:22 +0800
commitef3a12fcdb24d6c9488b69a9755ffbbf17964816 (patch)
tree12f5a03d373c1dd825e18a40ec7d13aa397db86c /editors
parentbc18ebb14e6342cd9d59a89a4ef20a44f0452649 (diff)
downloadfreebsd-ports-gnome-ef3a12fcdb24d6c9488b69a9755ffbbf17964816.tar.gz
freebsd-ports-gnome-ef3a12fcdb24d6c9488b69a9755ffbbf17964816.tar.zst
freebsd-ports-gnome-ef3a12fcdb24d6c9488b69a9755ffbbf17964816.zip
- Revert 1.12; do a proper fix
- Portlint Clue provided by: kris
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>.