diff options
Diffstat (limited to 'editors/semi-xemacs20-current/Makefile')
-rw-r--r-- | editors/semi-xemacs20-current/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/semi-xemacs20-current/Makefile b/editors/semi-xemacs20-current/Makefile deleted file mode 100644 index f379278721d0..000000000000 --- a/editors/semi-xemacs20-current/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: semi-current for xemacs20 -# Date created: 25 July 1999 -# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> -# -# $FreeBSD$ -# - -MAINTAINER= shige@FreeBSD.org - -# This is a slave port. -PORTCLASS= slave - -MASTERDIR= ${.CURDIR}/../../editors/semi-emacs-current - -# emacs port setup -EMACS_PORT_NAME= xemacs20 - -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - -.include <${MASTERDIR}/Makefile> |