ports/devel/newfile/files/patch-data_projects_port_Makefile
TAKATSU Tomonari da4137305e - Apply the latest styles to Makefile and pkg-descr which are generated by
being executed "port create" command
  * "Change to the header in ports Makefiles, take two" [1]
  * Replace tab with space after WWW: in pkg-descr [2]
- Bump PORTREVISION

http://docs.freebsd.org/cgi/mid.cgi?20120917162245.GA55973 [1]
http://www.freebsd.org/doc/en/books/porters-handbook/book.html#AEN95 [2]

PR:		ports/171345
Submitted by:	tota (myself)
Approved by:	tabthorpe
2012-09-24 11:43:45 +00:00

28 lines
678 B
Makefile

--- data/projects/port@Makefile.orig 2003-11-03 21:34:51.000000000 +0900
+++ data/projects/port@Makefile 2012-09-23 17:12:06.000000000 +0900
@@ -1,15 +1,11 @@
%# -*-mode: makefile-*-
%define c "# "
-# New ports collection makefile for: <:PROJECT>
-# Date created: <:DATE>
%if !defined("BSDMAIL")
-# Whom: <:AUTHOR> <<:EMAIL>>
+# Created by: <:AUTHOR> <<:EMAIL>>
%else
-# Whom: <:AUTHOR> <<:BSDMAIL>>
+# Created by: <:AUTHOR> <<:BSDMAIL>>
%endif # !defined("BSDMAIL")
-#
# $FreeBSD$
-#
PORTNAME= <:PROJECT>
PORTVERSION=
@@ -31,6 +27,7 @@
%else
MAINTAINER= <:BSDMAIL>
%endif # !defined("BSDMAIL")
+COMMENT=
.include <bsd.port.pre.mk>
%if defined("KDE_DIRS")