diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-18 02:07:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-18 02:07:46 +0000 |
commit | 8c66ef72eef1d1ba1f4189693eaec213c25eefc9 (patch) | |
tree | 6dd5670a9104b425564fbb1eb334715dabb34037 | |
parent | 57c77dc58720c4e1cdc698bee2a79ee9b14e8a67 (diff) | |
download | ports-8c66ef72eef1d1ba1f4189693eaec213c25eefc9.tar.gz ports-8c66ef72eef1d1ba1f4189693eaec213c25eefc9.zip |
- Add LICENSE_FILE
- Drop @dirrm* from plist
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=386656
-rw-r--r-- | www/pserv/Makefile | 1 | ||||
-rw-r--r-- | www/pserv/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/pserv/Makefile b/www/pserv/Makefile index 534047d6be4f..1631c710ad80 100644 --- a/www/pserv/Makefile +++ b/www/pserv/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Portable and small webserver written in C LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes diff --git a/www/pserv/pkg-plist b/www/pserv/pkg-plist index a34755f1d54b..241b8b76f219 100644 --- a/www/pserv/pkg-plist +++ b/www/pserv/pkg-plist @@ -2,4 +2,3 @@ sbin/pserv etc/pserv/mime.types etc/pserv/pserv.conf.sample etc/rc.d/pserv.sh -@dirrm etc/pserv |