diff options
author | marino <marino@FreeBSD.org> | 2013-11-18 17:13:32 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-11-18 17:13:32 +0800 |
commit | ab452ab2407b7f7df8f505cf1e01a209c9041949 (patch) | |
tree | e48e6f1930043e013eaa2294a760a84a1760e5df /devel/gdb66 | |
parent | 400239515e4fdee6200450d71ae5c6138fb83f3e (diff) | |
download | freebsd-ports-gnome-ab452ab2407b7f7df8f505cf1e01a209c9041949.tar.gz freebsd-ports-gnome-ab452ab2407b7f7df8f505cf1e01a209c9041949.tar.zst freebsd-ports-gnome-ab452ab2407b7f7df8f505cf1e01a209c9041949.zip |
devel/gdb66: Restore ?= to COMMENT definition
Actually, devel/gdb66 is a master port after all.
devel/insight is its slave with its own comment.
Diffstat (limited to 'devel/gdb66')
-rw-r--r-- | devel/gdb66/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index e4025ef17f6f..bcfb30bd7755 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=gdb/:gdb DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gdb MAINTAINER= mi@aldan.algebra.com -COMMENT= GNU GDB of newer version than comes with the system +COMMENT?= GNU GDB of newer version than comes with the system PKGNAMESUFFIX= 66 |