aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-04 16:52:32 +0800
committerbapt <bapt@FreeBSD.org>2013-10-04 16:52:32 +0800
commit136f804497cb7f841d9e7c63c4671cd880cbbd12 (patch)
tree5b3a07c57741f53c6dc836f400de8802759de77e /editors
parent12194e9a65889389158b67767ee71912148fc296 (diff)
downloadfreebsd-ports-gnome-136f804497cb7f841d9e7c63c4671cd880cbbd12.tar.gz
freebsd-ports-gnome-136f804497cb7f841d9e7c63c4671cd880cbbd12.tar.zst
freebsd-ports-gnome-136f804497cb7f841d9e7c63c4671cd880cbbd12.zip
Do not arbitrary rename packages
Diffstat (limited to 'editors')
-rw-r--r--editors/elvis/Makefile1
-rw-r--r--editors/hte/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile
index 6a06f5ae7ad1..1120e0185853 100644
--- a/editors/elvis/Makefile
+++ b/editors/elvis/Makefile
@@ -25,7 +25,6 @@ NO_STAGE= yes
# Support building on systems with or without X11 installed.
.if defined(WITHOUT_X11)
-PKGNAMESUFFIX= -nox11
CONFIGURE_ARGS+= --without-x
.else
USE_XORG= xpm
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index 774106234ca6..b9cba6319a7d 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -40,7 +40,6 @@ USE_XORG= x11
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.else
-PKGNAMESUFFIX= -nox11
CONFIGURE_ARGS+=--disable-x11-textmode
.endif