summaryrefslogtreecommitdiff
path: root/sysutils/usbutil
diff options
context:
space:
mode:
authorbjs <bjs>2008-11-25 13:22:30 +0000
committerbjs <bjs>2008-11-25 13:22:30 +0000
commite0ec7ea3d42f691cb158de4d2784407244e6646a (patch)
treed0505749ac3d805c45473b13715cae444ddc4d5f /sysutils/usbutil
parent32b579e4bdf02098d077e5a5b351c962c53536d0 (diff)
downloadpkgsrc-e0ec7ea3d42f691cb158de4d2784407244e6646a.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"