1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

- ${PERL} -> ${REINPLACE_CMD}

- fix pkg-plist
This commit is contained in:
Max Khon 2002-08-05 22:06:26 +00:00
parent 4d62cc2164
commit 61b19cc7e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64077
2 changed files with 4 additions and 6 deletions

View File

@ -19,6 +19,7 @@ BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOMENG= yes USE_GNOMENG= yes
USE_GNOME= glib12 USE_GNOME= glib12
USE_REINPLACE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ncurses --without-gnome CONFIGURE_ARGS= --with-ncurses --without-gnome
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
@ -28,9 +29,9 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= mc.1 mcedit.1 MAN1= mc.1 mcedit.1
post-patch: post-patch:
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} \
's|\$\(libdir\)/mc|\$\(datadir\)/mc|g ; \ -e 's|\$$(libdir)/mc|\$$(datadir)/mc|g' \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' -e 's|\$$(datadir)/locale|\$$(prefix)/share/locale|g'
post-install: post-install:
@${LN} -sf mc ${PREFIX}/bin/midc @${LN} -sf mc ${PREFIX}/bin/midc

View File

@ -33,8 +33,6 @@ share/locale/uk/LC_MESSAGES/mc.mo
share/locale/wa/LC_MESSAGES/mc.mo share/locale/wa/LC_MESSAGES/mc.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/mc.mo share/locale/zh_CN.GB2312/LC_MESSAGES/mc.mo
share/locale/zh_TW.Big5/LC_MESSAGES/mc.mo share/locale/zh_TW.Big5/LC_MESSAGES/mc.mo
share/mc/FAQ
share/mc/bin/mcfn_install
share/mc/cedit.menu share/mc/cedit.menu
share/mc/edit.indent.rc share/mc/edit.indent.rc
share/mc/edit.spell.rc share/mc/edit.spell.rc
@ -107,5 +105,4 @@ share/mc/syntax/texinfo.syntax
share/mc/syntax/unknown.syntax share/mc/syntax/unknown.syntax
@dirrm share/mc/syntax @dirrm share/mc/syntax
@dirrm share/mc/extfs @dirrm share/mc/extfs
@dirrm share/mc/bin
@dirrm share/mc @dirrm share/mc