svn commit: r310358 - head/www/dokuwiki

Xin LI delphij at FreeBSD.org
Mon Jan 14 03:45:03 UTC 2013


Author: delphij
Date: Mon Jan 14 03:45:02 2013
New Revision: 310358
URL: http://svnweb.freebsd.org/changeset/ports/310358

Log:
   - Add license information.
   - Trim makefile header.
  
  PR:		ports/175273
  Submitted by:	Yasuhiro KIMURA <yasu utahime org>

Modified:
  head/www/dokuwiki/Makefile

Modified: head/www/dokuwiki/Makefile
==============================================================================
--- head/www/dokuwiki/Makefile	Mon Jan 14 03:31:31 2013	(r310357)
+++ head/www/dokuwiki/Makefile	Mon Jan 14 03:45:02 2013	(r310358)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	dokuwiki
-# Date created:		2005-04-10
-# Whom:			chinsan <chinsan at mail2000.com.tw>
-#
+# Created by:	Chin-San Huang <chinsan at mail2000.com.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	dokuwiki
 PORTVERSION=	${DIST_VER:S/${PORTNAME}//:S/-//g}
@@ -16,6 +12,9 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	delphij at FreeBSD.org
 COMMENT=	A simple and easy to use wiki, no database required
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 DIST_VER=	${PORTNAME}-2012-10-13
 USE_PHP=	gd mbstring openssl pcre session xml zlib
 NO_BUILD=	YES


More information about the svn-ports-all mailing list