summaryrefslogtreecommitdiff
path: root/textproc/diff-mode.el/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/diff-mode.el/Makefile')
-rw-r--r--textproc/diff-mode.el/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/textproc/diff-mode.el/Makefile b/textproc/diff-mode.el/Makefile
deleted file mode 100644
index 8637a6298c36..000000000000
--- a/textproc/diff-mode.el/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: diff-mode for Emacsen
-# Date created: 18 Apr 2000
-# Whom: OKAZAKI Tetsurou
-#
-# $FreeBSD$
-#
-
-PORTNAME= diff-mode.el
-PORTVERSION= 1.8
-PORTREVISION= 1
-CATEGORIES= textproc elisp
-MASTER_SITES= ftp://rum.cs.yale.edu/pub/monnier/misc/
-DISTNAME= diff-mode-${PORTVERSION}.el
-EXTRACT_SUFX= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A mode for viewing/editing context diffs in Emacsen
-
-DEPRECATED= Looks like an abandonware, no more public distfiles
-EXPIRATION_DATE= 2011-08-01
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
-XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
-
-do-install:
- ${MKDIR} ${EMACSLISPDIR}
- ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/diff-mode.el
- ${MKDIR} ${XEMACSLISPDIR}
- ${LN} -sf ${EMACSLISPDIR}/diff-mode.el ${XEMACSLISPDIR}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>