summaryrefslogtreecommitdiffstats
path: root/www/bricolage
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2005-03-28 11:39:14 +0000
committerclsung <clsung@FreeBSD.org>2005-03-28 11:39:14 +0000
commitba2a82fa4df890740206d7c5524f553f8bc2ecda (patch)
tree60604265f0d8e5f23444c1f8d427c8ef0f55c7b8 /www/bricolage
parentd9a2e1a44faadd1061a6c675d5e9ec9ae61fb1c8 (diff)
downloadFreeBSD-ports-ba2a82fa4df890740206d7c5524f553f8bc2ecda.zip
FreeBSD-ports-ba2a82fa4df890740206d7c5524f553f8bc2ecda.tar.gz
- remove doc*_install in install phase, which will install perllocal.pod.
- also fix build err @ pointyhat PR: 79147 Submitted by: maintainer Reviewed by: clsung Approved by: portmgr (krion)
Diffstat (limited to 'www/bricolage')
-rw-r--r--www/bricolage/Makefile6
-rw-r--r--www/bricolage/pkg-plist1
2 files changed, 4 insertions, 3 deletions
diff --git a/www/bricolage/Makefile b/www/bricolage/Makefile
index 45903dc..87623d5 100644
--- a/www/bricolage/Makefile
+++ b/www/bricolage/Makefile
@@ -46,8 +46,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
${BUILD_DEPENDS}
-BROKEN= Incorrect pkg-plist
-
APXS?= ${LOCALBASE}/sbin/apxs
MAKE_ENV+= INSTALL_VERBOSITY="QUIET"
@@ -231,6 +229,10 @@ post-patch:
-e "s,%%MAN3PREFIX%%,${MAN3PREFIX},g" \
-e "s,%%MAN1PREFIX%%,${MAN1PREFIX},g" ${WRKSRC}/inst/config.pl
+post-configure:
+ @cd ${WRKSRC}/ && \
+ ${PERL5} -pi -e 's/ install$$/ all pure_install/' Makefile
+
# Install SQL file, upgrade files, and display pkg-message
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/bric_upgrade ${PREFIX}/bin
diff --git a/www/bricolage/pkg-plist b/www/bricolage/pkg-plist
index 7839ae5..08d735e 100644
--- a/www/bricolage/pkg-plist
+++ b/www/bricolage/pkg-plist
@@ -2645,7 +2645,6 @@ bricolage/data/burn/comp/oc_1/related_story.mc
bricolage/data/burn/comp/oc_1/story.mc
%%SITE_PERL%%/mach/auto/Bric/.packlist
%%SITE_PERL%%/mach/auto/bric_bin/.packlist
-%%SITE_PERL%%/mach/perllocal.pod
%%SITE_PERL%%/Bric.pm
%%SITE_PERL%%/Bric/DBA.pod
%%SITE_PERL%%/Bric/License.pod
OpenPOWER on IntegriCloud