summaryrefslogtreecommitdiff
path: root/sysutils/usbutil
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-11-25 13:22:30 +0000
committerbjs <bjs@pkgsrc.org>2008-11-25 13:22:30 +0000
commit62de9fa6558ed693097b722c5d5697704a2b97e0 (patch)
treed0505749ac3d805c45473b13715cae444ddc4d5f /sysutils/usbutil
parentbed09027578bc5be5d0ce0bf70c35c4eb9c1a8bd (diff)
downloadpkgsrc-62de9fa6558ed693097b722c5d5697704a2b97e0.tar.gz
Add missing colon after post-extract target
Diffstat (limited to 'sysutils/usbutil')
-rw-r--r--sysutils/usbutil/Makefile4
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"