diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 2 | ||||
-rw-r--r-- | databases/bbdb-emacs20/Makefile | 16 | ||||
-rw-r--r-- | databases/lsdb-emacs20/Makefile | 16 |
3 files changed, 0 insertions, 34 deletions
diff --git a/databases/Makefile b/databases/Makefile index 139963ea0185..72928d673b88 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -11,7 +11,6 @@ SUBDIR += aolserver-nsmysql SUBDIR += aolserver-nspostgres SUBDIR += bbdb - SUBDIR += bbdb-emacs20 SUBDIR += cdb SUBDIR += clip SUBDIR += courier-authlib-mysql @@ -120,7 +119,6 @@ SUBDIR += linux-oracle-instantclient-sdk SUBDIR += linux-oracle-instantclient-sqlplus SUBDIR += lsdb - SUBDIR += lsdb-emacs20 SUBDIR += mantis SUBDIR += mdbtools SUBDIR += memcached diff --git a/databases/bbdb-emacs20/Makefile b/databases/bbdb-emacs20/Makefile deleted file mode 100644 index ec1b0acea885..000000000000 --- a/databases/bbdb-emacs20/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: bbdb (for emacs20) -# Date Created: 12 Dec 2001 -# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../bbdb - -DEPRECATED= emacs20 and related ports are obsolete; please use a more recent version -EXPIRATION_DATE= 2007-08-19 - -USE_EMACS= yes -EMACS_PORT_NAME= emacs20 - -.include "${MASTERDIR}/Makefile" diff --git a/databases/lsdb-emacs20/Makefile b/databases/lsdb-emacs20/Makefile deleted file mode 100644 index e1b754eea3ba..000000000000 --- a/databases/lsdb-emacs20/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: lsdb (for emacs20) -# Date Created: 27 Apr 2002 -# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../lsdb - -DEPRECATED= emacs20 and related ports are obsolete; please use a more recent version -EXPIRATION_DATE= 2007-08-19 - -USE_EMACS= yes -EMACS_PORT_NAME= emacs20 - -.include "${MASTERDIR}/Makefile" |