aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-11-10 19:15:05 +0800
committerantoine <antoine@FreeBSD.org>2015-11-10 19:15:05 +0800
commitded90265682b6515760ae031757a457900ed7a40 (patch)
treef0fa91300022d49fcd663611d9dcb3f059fbc4f9 /devel
parent812478299859837341fe6a20377bd693499c4ee4 (diff)
downloadfreebsd-ports-gnome-ded90265682b6515760ae031757a457900ed7a40.tar.gz
freebsd-ports-gnome-ded90265682b6515760ae031757a457900ed7a40.tar.zst
freebsd-ports-gnome-ded90265682b6515760ae031757a457900ed7a40.zip
Unbreak
Reported by: pkg-fallout
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Workflow/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Workflow/Makefile b/devel/p5-Workflow/Makefile
index eee8eca7245f..1ffcfe91177c 100644
--- a/devel/p5-Workflow/Makefile
+++ b/devel/p5-Workflow/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Workflow
PORTVERSION= 1.41
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -34,6 +34,8 @@ NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+OPTIONS_DEFINE= DOCS EXAMPLES
+
post-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} struct/\* ${STAGEDIR}${DATADIR}/)