diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-05 23:25:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-05 23:25:00 +0800 |
commit | cd803351dc79d99f104ecbb16f7189561e2430c9 (patch) | |
tree | cfc0ae428e6fd4faa4659960562798c0b28743b1 /www/chtml | |
parent | 0f626a2a4eeba4909a9863fbe0901853a2ae0c6e (diff) | |
download | freebsd-ports-gnome-cd803351dc79d99f104ecbb16f7189561e2430c9.tar.gz freebsd-ports-gnome-cd803351dc79d99f104ecbb16f7189561e2430c9.tar.zst freebsd-ports-gnome-cd803351dc79d99f104ecbb16f7189561e2430c9.zip |
- Add LICENSE
- Drop @dirrm* from plist
Diffstat (limited to 'www/chtml')
-rw-r--r-- | www/chtml/Makefile | 2 | ||||
-rw-r--r-- | www/chtml/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/chtml/Makefile b/www/chtml/Makefile index 73ed8bf6d62a..79a9d373b5d2 100644 --- a/www/chtml/Makefile +++ b/www/chtml/Makefile @@ -11,6 +11,8 @@ DISTNAME= chtml MAINTAINER= ports@FreeBSD.org COMMENT= Chunked HTML templating engine +LICENSE= MIT + BUILD_DEPENDS= ${LOCALBASE}/bin/csiod:${PORTSDIR}/lang/siod USES= perl5 tar:tgz diff --git a/www/chtml/pkg-plist b/www/chtml/pkg-plist index 15a306132779..80ddca15a59d 100644 --- a/www/chtml/pkg-plist +++ b/www/chtml/pkg-plist @@ -5,4 +5,3 @@ lib/siod/chtml.scm lib/siod/chtml-cmp.c-bin man/man1/chtml.1.gz %%SITE_PERL%%/chtml.pl -@dirrmtry lib/siod |