freebsd-ports/devel/newfile/files/patch-data_projects_port_Makefile
Florent Thoumie 1346d6274f - Add a COMMENT variable to ports' Makefile template.
PR:		ports/84623
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
Approved by:	maintainer timeout (2 months)
2005-10-13 22:34:05 +00:00

11 lines
356 B
Text

diff -ruN data/projects/port@Makefile.orig data/projects/port@Makefile
--- data/projects/port@Makefile.orig 2003-11-03 21:34:51.000000000 +0900
+++ data/projects/port@Makefile 2005-08-07 01:31:43.486085664 +0900
@@ -31,6 +31,7 @@
%else
MAINTAINER= <:BSDMAIL>
%endif # !defined("BSDMAIL")
+COMMENT=
.include <bsd.port.pre.mk>
%if defined("KDE_DIRS")