diff options
author | beat <beat@FreeBSD.org> | 2011-10-19 23:51:24 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-10-19 23:51:24 +0800 |
commit | 18230f033f97fadb0ce910a7baf4d12f37624a3d (patch) | |
tree | 3891d81f097cdf5158a6e150655a0eb54b980789 /mail | |
parent | c7e07c97d61c6fec5670882a986ec7288eee6b17 (diff) | |
download | freebsd-ports-gnome-18230f033f97fadb0ce910a7baf4d12f37624a3d.tar.gz freebsd-ports-gnome-18230f033f97fadb0ce910a7baf4d12f37624a3d.tar.zst freebsd-ports-gnome-18230f033f97fadb0ce910a7baf4d12f37624a3d.zip |
- Remove mail/enigmail-seamonkey2 in preparation to remove outdated and
vulnerable www/seamonkey2.
Approved by: ale@ (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/enigmail-seamonkey2/Makefile | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/mail/Makefile b/mail/Makefile index 877a923cd760..38cc2459262c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -117,7 +117,6 @@ SUBDIR += emil SUBDIR += enigmail SUBDIR += enigmail-seamonkey - SUBDIR += enigmail-seamonkey2 SUBDIR += enigmail-thunderbird SUBDIR += enigmail-thunderbird3 SUBDIR += enma diff --git a/mail/enigmail-seamonkey2/Makefile b/mail/enigmail-seamonkey2/Makefile deleted file mode 100644 index d0a95c1e7273..000000000000 --- a/mail/enigmail-seamonkey2/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: enigmail -# Date created: 30 December 2009 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTVERSION= 1.0.1 -PORTREVISION= 1 - -COMMENT= A GnuPG extension for the Seamonkey mail client - -MASTERDIR= ${.CURDIR}/../enigmail - -GECKO= seamonkey2 -GECKO_PORTDIR= www/${GECKO} -GECKO_EXTDIR= comm-1.9.1 - -PORTSCOUT= ignore:1 - -.include "${MASTERDIR}/Makefile" |