diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 16:50:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 16:50:27 +0000 |
commit | 90a18134c1e56fc8f9678d49ed56475ee0ed6c3b (patch) | |
tree | 23c3fbfc7f986209606838c0e4b327b35b245e4e /sysutils/file/Makefile | |
parent | 0bb78febf2425796df25a5cd43322851b3e6681a (diff) |
Notes
Diffstat (limited to 'sysutils/file/Makefile')
-rw-r--r-- | sysutils/file/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 2870aae46bc4..b169274bfa2f 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -6,7 +6,7 @@ # PORTNAME= file -PORTVERSION= 4.26 +PORTVERSION= 5.03 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/unix/file/ \ @@ -29,4 +29,7 @@ MAN5= magic.5 regression-test: build @( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; ) +post-patch: + @${REINPLACE_CMD} -e 's|$(datadir)/misc|$(datadir)/${PORTNAME}|g' \ + ${WRKSRC}/configure .include <bsd.port.mk> |