summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-03 09:01:24 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-03 09:01:24 +0000
commitf60282a06c43ad429c8f42ee0f454ebaaa729d08 (patch)
treebd6ef09ad217c54d259703f9a0f298c26d3f747d
parent- Update to experimental-20170124 (diff)
- Add LICENSE_FILE
- Switch to options helpers - Simplify installation - Regenerate patches - Fix WWW:
Notes
Notes: svn path=/head/; revision=433208
-rw-r--r--www/larbin/Makefile12
-rw-r--r--www/larbin/files/patch-adns_internal.h6
-rw-r--r--www/larbin/pkg-descr4
3 files changed, 11 insertions, 11 deletions
diff --git a/www/larbin/Makefile b/www/larbin/Makefile
index 3f25321e70c6..06d3a2594c51 100644
--- a/www/larbin/Makefile
+++ b/www/larbin/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= HTTP crawler with an easy interface
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash:shells/bash \
makedepend:devel/makedepend
@@ -60,12 +61,11 @@ post-patch:
s|\([[:blank:]]\)endl|\1std::endl|g'
do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} larbin \
- ${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKSRC} && ${INSTALL_DATA} larbin.conf \
- ${STAGEDIR}${PREFIX}/etc/larbin.conf.sample)
+ ${INSTALL_PROGRAM} ${WRKSRC}/larbin ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/larbin.conf ${STAGEDIR}${PREFIX}/etc/larbin.conf.sample
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/doc && ${INSTALL_DATA} * \
- ${STAGEDIR}${DOCSDIR})
+ ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/www/larbin/files/patch-adns_internal.h b/www/larbin/files/patch-adns_internal.h
index c58576f35481..41b65d5074b4 100644
--- a/www/larbin/files/patch-adns_internal.h
+++ b/www/larbin/files/patch-adns_internal.h
@@ -1,6 +1,6 @@
---- adns/internal.h.orig Thu Mar 3 16:00:32 2005
-+++ adns/internal.h Thu Mar 3 16:02:10 2005
-@@ -567,7 +567,7 @@
+--- adns/internal.h.orig 2002-01-02 10:44:52 UTC
++++ adns/internal.h
+@@ -567,7 +567,7 @@ typedef enum {
} parsedomain_flags;
adns_status adns__parse_domain(adns_state ads, int serv, adns_query qu,
diff --git a/www/larbin/pkg-descr b/www/larbin/pkg-descr
index 7f95d1f309e8..ac0d5ac07ec6 100644
--- a/www/larbin/pkg-descr
+++ b/www/larbin/pkg-descr
@@ -15,6 +15,6 @@ The following can be done with Larbin:
Larbin is created by: Sebastien Ailleret
-WWW: http://larbin.sourceforge.net
+WWW: http://larbin.sourceforge.net/
WWW: http://www.sourceforge.net/projects/larbin
-WWW: http://www.ailleret.com
+WWW: http://www.ailleret.com/