diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-07 19:54:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-07 19:54:23 +0800 |
commit | 129223b5a5e03933b2f0b8189d115f51231a3e6e (patch) | |
tree | ec861b966a8d4b79762d86132047638f904ee966 /databases | |
parent | da9d4ad38cc132f26ef277232c7420f9a0172b28 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |