diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-03-14 21:49:21 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-03-14 21:49:21 +0000 |
commit | 57b7525ddb25ee62a9c25996da815fa9010f5abe (patch) | |
tree | 451e51c33fa257919653d59c8bc29a149e9a073c /sysutils/lmmon | |
parent | 0fdfc3babf1190092dc674567045a02d9705efe0 (diff) | |
download | ports-57b7525ddb25ee62a9c25996da815fa9010f5abe.tar.gz ports-57b7525ddb25ee62a9c25996da815fa9010f5abe.zip |
Notes
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r-- | sysutils/lmmon/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index cd90cc7ed25b..af6406376f08 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -23,12 +23,8 @@ PLIST_FILES= bin/lmmon FIXFILES= configure configure.in lmmon.c -.include <bsd.port.pre.mk> - post-patch: -.if ${OSVERSION} > 500000 @${REINPLACE_CMD} -e 's,machine/smb.h,dev/smbus/smb.h,' \ ${FIXFILES:S,^,${WRKSRC}/,} -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |