diff options
author | Johan van Selst <johans@FreeBSD.org> | 2006-10-07 18:36:44 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2006-10-07 18:36:44 +0000 |
commit | 43204e4ee3f058d289212b1f05e5fa7e31534111 (patch) | |
tree | 0a1f8fe81cc667a577467327c5f51e78146ef478 /lang/afnix/Makefile | |
parent | 00d220aa14aca171c04ca02b11f6a798da898681 (diff) |
Notes
Diffstat (limited to 'lang/afnix/Makefile')
-rw-r--r-- | lang/afnix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 990f679ea9ae..c42122b1416b 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -42,5 +42,7 @@ post-patch: @${REINPLACE_CMD} -e '/\.rtf/d' ${WRKSRC}/etc/Makefile @${REINPLACE_CMD} -e '/^MANDIR/s/SHRDIR/MANPREFIX/' \ ${WRKSRC}/cnf/mak/afnix-defs.mak + @${REINPLACE_CMD} -e '/uname -r/s/\\\./[.-]/' \ + ${WRKSRC}/cnf/bin/afnix-guess .include <bsd.port.post.mk> |