1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix REINPLACE_CMD

PR:		60399
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2003-12-19 14:54:59 +00:00
parent 4d1d79eb80
commit cad46906c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96207
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ pre-extract:
pre-install:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
@${REINPLACE_CMD} -e 's,etc/codepage,etc/ircd-hybrid-ru/codepage,' ${WRKSRC}/etc/example.conf
@${REINPLACE_CMD} -e 's,ircd/etc/codepage,etc/ircd-hybrid-ru/codepage,' ${WRKSRC}/etc/example.conf
@${REINPLACE_CMD} -e 's,/ircd/modules,/lib/ircd-hybrid-ru-modules,' ${WRKSRC}/etc/example.conf
post-install:

View File

@ -58,7 +58,7 @@ pre-extract:
pre-install:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
@${REINPLACE_CMD} -e 's,etc/codepage,etc/ircd-hybrid-ru/codepage,' ${WRKSRC}/etc/example.conf
@${REINPLACE_CMD} -e 's,ircd/etc/codepage,etc/ircd-hybrid-ru/codepage,' ${WRKSRC}/etc/example.conf
@${REINPLACE_CMD} -e 's,/ircd/modules,/lib/ircd-hybrid-ru-modules,' ${WRKSRC}/etc/example.conf
post-install:

View File

@ -58,7 +58,7 @@ pre-extract:
pre-install:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
@${REINPLACE_CMD} -e 's,etc/codepage,etc/ircd-hybrid-ru/codepage,' ${WRKSRC}/etc/example.conf
@${REINPLACE_CMD} -e 's,ircd/etc/codepage,etc/ircd-hybrid-ru/codepage,' ${WRKSRC}/etc/example.conf
@${REINPLACE_CMD} -e 's,/ircd/modules,/lib/ircd-hybrid-ru-modules,' ${WRKSRC}/etc/example.conf
post-install: