diff options
author | pav <pav@FreeBSD.org> | 2010-10-25 06:03:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-10-25 06:03:53 +0800 |
commit | b4003eeb6f24bf0cba041602d36cf859318aebd6 (patch) | |
tree | d47cae3fa9bc440950100a046e679f1f7b02c63c /sysutils | |
parent | 818dd81575ccc19842d27f4ca8373b6f72b47794 (diff) | |
download | freebsd-ports-gnome-b4003eeb6f24bf0cba041602d36cf859318aebd6.tar.gz freebsd-ports-gnome-b4003eeb6f24bf0cba041602d36cf859318aebd6.tar.zst freebsd-ports-gnome-b4003eeb6f24bf0cba041602d36cf859318aebd6.zip |
- Correct typo in the 6.X unbreak
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/memtest86+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/memtest86+/Makefile b/sysutils/memtest86+/Makefile index a0c0b154001e..183adc390f32 100644 --- a/sysutils/memtest86+/Makefile +++ b/sysutils/memtest86+/Makefile @@ -43,7 +43,7 @@ ALL_TARGET+= iso .endif .if ${OSVERSION} < 700042 -+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-Makefile +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-Makefile .endif pre-fetch: |