diff options
-rw-r--r-- | textproc/whitespace.el/Makefile | 35 | ||||
-rw-r--r-- | textproc/whitespace.el/distinfo | 1 | ||||
-rw-r--r-- | textproc/whitespace.el/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/whitespace.el/pkg-plist | 6 |
4 files changed, 0 insertions, 46 deletions
diff --git a/textproc/whitespace.el/Makefile b/textproc/whitespace.el/Makefile deleted file mode 100644 index a163212194c4..000000000000 --- a/textproc/whitespace.el/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: whitespace.el -# Date created: 6 November 2002 -# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> -# -# $FreeBSD$ -# - -PORTNAME= whitespace.el -PORTVERSION= 3.0 -CATEGORIES= textproc elisp -MASTER_SITES= http://www.dsmit.com/lisp/ -DISTNAME= whitespace.el -EXTRACT_SUFX= -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= stolz@i2.informatik.rwth-aachen.de -COMMENT= Emacs mode which detects and cleans up whitespace in source code - -BROKEN= "Checksum mismatch" - -EXTRACT_AFTER_ARGS= | ${CAT} >${WRKDIR}/${DISTNAME} - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp -XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp - -do-install: - ${MKDIR} ${EMACSLISPDIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${EMACSLISPDIR}/${DISTNAME} - ${MKDIR} ${XEMACSLISPDIR} - ${LN} -sf ${EMACSLISPDIR}/${DISTNAME} ${XEMACSLISPDIR} - -.include <bsd.port.mk> diff --git a/textproc/whitespace.el/distinfo b/textproc/whitespace.el/distinfo deleted file mode 100644 index fc1de62bce6b..000000000000 --- a/textproc/whitespace.el/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (whitespace.el-3.0/whitespace.el) = 67a65f5c8cfd68628ae503e43666d1fd diff --git a/textproc/whitespace.el/pkg-descr b/textproc/whitespace.el/pkg-descr deleted file mode 100644 index c30fc06468c5..000000000000 --- a/textproc/whitespace.el/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Whitespace.el is an emacs mode which detects and cleans up -whitespace in source code. - -WWW: http://www.dsmit.com/lisp/ diff --git a/textproc/whitespace.el/pkg-plist b/textproc/whitespace.el/pkg-plist deleted file mode 100644 index 0c751852c140..000000000000 --- a/textproc/whitespace.el/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -share/emacs/site-lisp/whitespace.el -@exec mkdir -p %D/lib/xemacs/site-lisp -@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/whitespace.el -@unexec rm %D/lib/xemacs/site-lisp/whitespace.el -@dirrm lib/xemacs/site-lisp -@dirrm lib/xemacs |