diff options
author | markus <markus@FreeBSD.org> | 2007-03-15 05:49:21 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2007-03-15 05:49:21 +0800 |
commit | 98583defd39a08ddf585534645b6ecf4328f0524 (patch) | |
tree | 05cb091da1f1fa5ce72b9bcd6c62ff889332d5b6 /sysutils | |
parent | 3e4d42bf2f5d45cdab501f6248df1357333cac79 (diff) | |
download | freebsd-ports-gnome-98583defd39a08ddf585534645b6ecf4328f0524.tar.gz freebsd-ports-gnome-98583defd39a08ddf585534645b6ecf4328f0524.tar.zst freebsd-ports-gnome-98583defd39a08ddf585534645b6ecf4328f0524.zip |
Remove 4.x cruft
Diffstat (limited to 'sysutils')
-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> |