diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 15362be32572..d66212b2834b 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -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 diff --git a/www/crawl/pkg-plist b/www/crawl/pkg-plist index c9399c317e3f..7a4e666aa599 100644 --- a/www/crawl/pkg-plist +++ b/www/crawl/pkg-plist @@ -1,4 +1,3 @@ bin/crawl man/man1/crawl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/crawl.conf -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%