aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-29 21:50:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-29 21:50:34 +0800
commit6e4ebccafa7561ff1e0900aa835aefc190cf5e1a (patch)
tree5808fac636e2987855bf0cbf2c89e2a4d873d104 /databases
parentd5f8e4c5fd1a76ec059734ee3e160f9113bd5159 (diff)
downloadfreebsd-ports-gnome-6e4ebccafa7561ff1e0900aa835aefc190cf5e1a.tar.gz
freebsd-ports-gnome-6e4ebccafa7561ff1e0900aa835aefc190cf5e1a.tar.zst
freebsd-ports-gnome-6e4ebccafa7561ff1e0900aa835aefc190cf5e1a.zip
- Remove DOCS option
- Bump PORTREVISION for package change
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBI/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index b45bf7952400..125d2ca813f9 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -3,6 +3,7 @@
PORTNAME= DBI
PORTVERSION= 1.633
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,7 +14,7 @@ COMMENT= Perl5 Database Interface, required for DBD::* modules
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-OPTIONS_DEFINE= PROXY DOCS
+OPTIONS_DEFINE= PROXY
PROXY_DESC= Build DBI::Proxy
CONFLICTS= p5-DBI-1.3*
@@ -21,16 +22,9 @@ CONFLICTS= p5-DBI-1.3*
USES= perl5 shebangfix
USE_PERL5= configure
-PORTDOCS= Changes
-
SHEBANG_FILES= dbixs_rev.pl
PROXY_BUILD_DEPENDS= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC
PROXY_RUN_DEPENDS= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-
.include <bsd.port.mk>