svn commit: r389103 - head/www/htmlpp

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 10 17:33:49 UTC 2015


Author: amdmi3
Date: Wed Jun 10 17:33:48 2015
New Revision: 389103
URL: https://svnweb.freebsd.org/changeset/ports/389103

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Drop @dirrm* from plist

Modified:
  head/www/htmlpp/Makefile
  head/www/htmlpp/pkg-plist

Modified: head/www/htmlpp/Makefile
==============================================================================
--- head/www/htmlpp/Makefile	Wed Jun 10 17:33:38 2015	(r389102)
+++ head/www/htmlpp/Makefile	Wed Jun 10 17:33:48 2015	(r389103)
@@ -11,11 +11,14 @@ DISTNAME=	htmlp42a
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Perl script to allow easy creation of HTML from template files
 
+LICENSE=	GPLv2 # or later
+
 USES=		perl5 shebangfix tar:tgz
 SHEBANG_FILES=	htmlpp
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}

Modified: head/www/htmlpp/pkg-plist
==============================================================================
--- head/www/htmlpp/pkg-plist	Wed Jun 10 17:33:38 2015	(r389102)
+++ head/www/htmlpp/pkg-plist	Wed Jun 10 17:33:48 2015	(r389103)
@@ -22,4 +22,3 @@ share/doc/htmlpp/im0096c.gif
 share/doc/htmlpp/newstone.gif
 share/doc/htmlpp/gurutst.txt
 share/doc/htmlpp/htmlpp.txt
- at dirrm share/doc/htmlpp


More information about the svn-ports-all mailing list