diff options
Diffstat (limited to 'graphics/s10sh/Makefile')
-rw-r--r-- | graphics/s10sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index 65c2de73993b..4f77f672c84c 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= s10sh -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= graphics MASTER_SITES= http://www.reynoldsnet.org/s10sh/ \ http://www.edwinh.org/s10sh/ @@ -21,7 +21,7 @@ LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb .endif # Don't extract the libusb bundled with s10sh: -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/libusb*' +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/libusb*' MAKEFILE= ${FILESDIR}/Makefile.bsd |