mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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
28 lines
678 B
Makefile
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")
|