diff options
author | bsam <bsam@FreeBSD.org> | 2006-09-07 17:16:13 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-09-07 17:16:13 +0800 |
commit | 394b230c3ee6ce1da4d488b426c54d0d76f8dafa (patch) | |
tree | 6171aac342340739198db748057326f0cae44287 /sysutils | |
parent | 64a9dae9a1db7a88b1a8ab9a781eeb84e04ff607 (diff) | |
download | freebsd-ports-gnome-394b230c3ee6ce1da4d488b426c54d0d76f8dafa.tar.gz freebsd-ports-gnome-394b230c3ee6ce1da4d488b426c54d0d76f8dafa.tar.zst freebsd-ports-gnome-394b230c3ee6ce1da4d488b426c54d0d76f8dafa.zip |
Fix a typo at Makefile: amd_linux.ko -> amr_linux.ko.
Submitted by: Patrick M. Hausen <pmh at hausen.com> (maintainer by email)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/linux-megamgr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/linux-megamgr/Makefile b/sysutils/linux-megamgr/Makefile index a02439582324..884178b7a19d 100644 --- a/sysutils/linux-megamgr/Makefile +++ b/sysutils/linux-megamgr/Makefile @@ -38,7 +38,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 601000 -IGNORE= needs at least FreeBSD 6.1 and amd_linux.ko +IGNORE= needs at least FreeBSD 6.1 and amr_linux.ko .endif .include <bsd.port.post.mk> |