- Add LICENSE

- Pet portlint
- Drop @dirrm* from plist
This commit is contained in:
Dmitry Marakasov 2015-03-06 12:08:17 +00:00
parent badd233a91
commit 76a6eda168
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380592
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= ports@FreeBSD.org
COMMENT= Small, efficient web crawler with advanced features
OPTIONS_DEFINE= EXAMPLES
LICENSE= BSD4CLAUSE
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libevent --program-transform-name=''
CONFIGURE_ENV= EVENTINC="`pkgconf --cflags libevent`" EVENTLIB="`pkgconf --libs libevent`"
OPTIONS_DEFINE= EXAMPLES
post-patch:
@${REINPLACE_CMD} -e 's,/usr/include/db2,${BDB_INCLUDE_DIR},g' \
-e 's,db2,${BDB_LIB_NAME},g' ${WRKSRC}/configure.in

View File

@ -1,4 +1,3 @@
bin/crawl
man/man1/crawl.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crawl.conf
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%