| Summary: | An alternative solution for perllocal.pod files | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Anton Berezin <tobez> | ||||
| Component: | Individual Port(s) | Assignee: | Port Management Team <portmgr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Anton Berezin
2003-03-05 23:00:27 UTC
Responsible Changed From-To: freebsd-ports-bugs->portmgr A bsd.port.mk issue. This doesn't seem to take care of all cases. E.g. see
mail/p5-Mail-Procmailrc. I therefore propose the following patch
instead:
Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.444
diff -u -r1.444 bsd.port.mk
--- bsd.port.mk 22 Mar 2003 04:45:24 -0000 1.444
+++ bsd.port.mk 28 Mar 2003 08:20:58 -0000
@@ -2722,7 +2722,7 @@
${SETENV} ${CONFIGURE_ENV} \
${PERL5} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
@cd ${CONFIGURE_WRKSRC} && \
- ${REINPLACE_CMD} -e 's/perllocal.pod/&-${PORTNAME}/' Makefile
+ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
.endif
.if defined(USE_IMAKE)
@(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF})
--
_._ _,-'""`-._
Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/
erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/
-bf- `- \`_`"'-
I agree that Erwin's patch is better and should be used instead of mine. Cheers, \Anton. -- It's a short step from "rigor" to "rigor mortis". -- Chip Salzenberg State Changed From-To: open->analyzed Currently being tested on bento State Changed From-To: analyzed->closed Patch committed, thanks! |