diff options
author | bjs <bjs@pkgsrc.org> | 2008-11-25 13:22:30 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-11-25 13:22:30 +0000 |
commit | 8c5f70c35cc36cb55ad41ce2f173eeb478148d25 (patch) | |
tree | d0505749ac3d805c45473b13715cae444ddc4d5f /sysutils/usbutil | |
parent | b1a2f973d7aa8ecfd5927a87eb4e4756534ae4bd (diff) | |
download | pkgsrc-8c5f70c35cc36cb55ad41ce2f173eeb478148d25.tar.gz |
Add missing colon after post-extract target
Diffstat (limited to 'sysutils/usbutil')
-rw-r--r-- | sysutils/usbutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/usbutil/Makefile b/sysutils/usbutil/Makefile index 62bbd9e6c05..76dc9f5d70b 100644 --- a/sysutils/usbutil/Makefile +++ b/sysutils/usbutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/11/25 13:21:48 bjs Exp $ +# $NetBSD: Makefile,v 1.14 2008/11/25 13:22:30 bjs Exp $ # DISTNAME= usbutil-0.5 @@ -21,7 +21,7 @@ MAKE_FLAGS+= MKCATPAGES=no MAKE_FLAGS+= MKHTML=no MAKE_FLAGS+= NOGCCERROR=yes # in keeping with original Makefile -post-extract +post-extract: ${RUN} ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile .include "../../mk/bsd.pkg.mk" |