aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-07 19:54:23 +0800
committeredwin <edwin@FreeBSD.org>2002-11-07 19:54:23 +0800
commit129223b5a5e03933b2f0b8189d115f51231a3e6e (patch)
treeec861b966a8d4b79762d86132047638f904ee966 /databases
parentda9d4ad38cc132f26ef277232c7420f9a0172b28 (diff)
downloadfreebsd-ports-gnome-129223b5a5e03933b2f0b8189d115f51231a3e6e.tar.gz
freebsd-ports-gnome-129223b5a5e03933b2f0b8189d115f51231a3e6e.tar.zst
freebsd-ports-gnome-129223b5a5e03933b2f0b8189d115f51231a3e6e.zip
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base) Noticed on: bento
Diffstat (limited to 'databases')
-rw-r--r--databases/mird/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/mird/Makefile b/databases/mird/Makefile
index 042935f35b2b..1e02f7888f19 100644
--- a/databases/mird/Makefile
+++ b/databases/mird/Makefile
@@ -20,14 +20,15 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
WRKSRC= ${WRKDIR}/${DISTNAME}
+USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-debug
INSTALLS_SHLIB= yes
post-patch:
- @${PERL} -pi -e 's,CFLAGS=,CFLAGS+=,' ${WRKSRC}/src/Makefile.in
- @${PERL} -pi -e 's,-O,,g' ${WRKSRC}/src/configure
+ @${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' ${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's,-O,,g' ${WRKSRC}/src/configure
post-install:
${STRIP_CMD} ${PREFIX}/lib/libmird.so.1