diff options
author | bjs <bjs> | 2008-11-25 13:22:30 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-11-25 13:22:30 +0000 |
commit | 2a4b5efc624d75670c0e53d912a576aa0636d28a (patch) | |
tree | d0505749ac3d805c45473b13715cae444ddc4d5f /sysutils/usbutil | |
parent | 64178366d204b8a8a8b0f556e4f23611c804a4f7 (diff) | |
download | pkgsrc-2a4b5efc624d75670c0e53d912a576aa0636d28a.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" |