diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2001-04-19 01:41:27 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2001-04-19 01:41:27 +0000 |
commit | 9558a9d8ba7a53be6a85e574175a58b06fcb7ef4 (patch) | |
tree | 8d1432f87681d90f2a80b2c69b7e35139caca877 /sysutils/yawho/Makefile | |
parent | 77b5a423c59d369b79322349626c65da9e9a0773 (diff) |
Fix this port for -current.
Notes
Notes:
svn path=/head/; revision=41667
Diffstat (limited to 'sysutils/yawho/Makefile')
-rw-r--r-- | sysutils/yawho/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/yawho/Makefile b/sysutils/yawho/Makefile index 6758c9873fb7..7d1daab3e308 100644 --- a/sysutils/yawho/Makefile +++ b/sysutils/yawho/Makefile @@ -12,6 +12,13 @@ MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ MAINTAINER= dannyboy@FreeBSD.org +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500014 +pre-patch: + @${PERL} -pi -e 's/kp_.?proc\.._/ki_/' ${WRKSRC}/process.c +.endif + GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> |