diff options
-rw-r--r-- | www/htmlpp/Makefile | 3 | ||||
-rw-r--r-- | www/htmlpp/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/htmlpp/Makefile b/www/htmlpp/Makefile index cb181f09e256..080a4f111766 100644 --- a/www/htmlpp/Makefile +++ b/www/htmlpp/Makefile @@ -11,11 +11,14 @@ DISTNAME= htmlp42a MAINTAINER= ports@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} diff --git a/www/htmlpp/pkg-plist b/www/htmlpp/pkg-plist index 5178cdf916ba..df36d638e638 100644 --- a/www/htmlpp/pkg-plist +++ b/www/htmlpp/pkg-plist @@ -22,4 +22,3 @@ share/doc/htmlpp/im0096c.gif share/doc/htmlpp/newstone.gif share/doc/htmlpp/gurutst.txt share/doc/htmlpp/htmlpp.txt -@dirrm share/doc/htmlpp |