summaryrefslogtreecommitdiff
path: root/misc/libelysium
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
commit5019ffc91bcd2ad26cf4702f15841eafc984d4b0 (patch)
treee28e63fdf22fe3c0a77219f1724ab25c046c8bc1 /misc/libelysium
parentStep two in making print/acroread and print/acroread4 working again (diff)
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build. Noticed on bento and others (full mailbox :-)
Notes
Notes: svn path=/head/; revision=69475
Diffstat (limited to 'misc/libelysium')
-rw-r--r--misc/libelysium/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/libelysium/Makefile b/misc/libelysium/Makefile
index d9c60515135a..ab6035ffdee3 100644
--- a/misc/libelysium/Makefile
+++ b/misc/libelysium/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
pre-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'