diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 18:37:18 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 18:37:18 +0800 |
commit | 76afe2b79a70375bc09e48dea6e2f721716ff44b (patch) | |
tree | 31122f06e6c1ae2e1ec9e37a27bdf901c6cdde40 /editors | |
parent | ebc87904a6db71b99f808354d91fdb0be51cc362 (diff) | |
download | freebsd-ports-gnome-76afe2b79a70375bc09e48dea6e2f721716ff44b.tar.gz freebsd-ports-gnome-76afe2b79a70375bc09e48dea6e2f721716ff44b.tar.zst freebsd-ports-gnome-76afe2b79a70375bc09e48dea6e2f721716ff44b.zip |
Drop the ipv6 virtual category for e* category as it is not relevant anymore
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 1d2e77fd2b24..b4b70432d4ae 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -4,7 +4,7 @@ PORTNAME= emacs DISTVERSION= 27.0.50.20191007 PORTEPOCH= 2 -CATEGORIES= editors ipv6 +CATEGORIES= editors PKGNAMESUFFIX= -devel MAINTAINER= emacs@FreeBSD.org diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index c4a17a73c264..43810f959c85 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -4,7 +4,7 @@ PORTNAME= emacs DISTVERSION= 26.3 PORTEPOCH= 3 -CATEGORIES= editors ipv6 +CATEGORIES= editors MASTER_SITES= GNU .if ${FLAVOR:U} == canna |