diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-14 07:21:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-14 07:21:10 +0000 |
commit | 43e80d5a4bcfc342b200fd0ff07cbbab6fd52588 (patch) | |
tree | 25dcc091ce9032e57453942a45ff9ded737107f1 /x11-fm | |
parent | 29218a1abaedd1c9155a21b9b7f12bdc41fa0e5e (diff) |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gentoo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index b042671300c2..bbb4bcd1e849 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -22,7 +22,7 @@ PORTDOCS= BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \ README.gtkrc TODO post-patch: - @${PERL} -pi -e 's|icons|${DATADIR}/icons|g' ${WRKSRC}/gentoorc.in + @${REINPLACE_CMD} -e 's|icons|${DATADIR}/icons|g' ${WRKSRC}/gentoorc.in post-install: ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${MANPREFIX}/man/man1/gentoo.1 |