diff options
Diffstat (limited to 'net/gnosamba/Makefile')
-rw-r--r-- | net/gnosamba/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile index 91674d3..ffec7c4 100644 --- a/net/gnosamba/Makefile +++ b/net/gnosamba/Makefile @@ -13,11 +13,12 @@ MASTER_SITES= http://linuxberg.ii.net/files/gnome/network/ \ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= yes GNU_CONFIGURE= yes post-patch: - @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c + @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c .include <bsd.port.mk> |