summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-28 05:04:27 +0000
committerdholland <dholland@pkgsrc.org>2012-06-28 05:04:27 +0000
commitc96639241c9fce5eea2628fe1503c58e732cf63b (patch)
tree2c5bc692e128cd674f444648e10bb65557e71eb6 /sysutils
parent387b575e52918a17c8dd2b382a74e2c96f3b797f (diff)
downloadpkgsrc-c96639241c9fce5eea2628fe1503c58e732cf63b.tar.gz
Fix wrong INSTALLATION_DIRS.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fixelfprot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fixelfprot/Makefile b/sysutils/fixelfprot/Makefile
index 3a0e312d8f2..57d38286b57 100644
--- a/sysutils/fixelfprot/Makefile
+++ b/sysutils/fixelfprot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/01/27 18:53:59 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2012/06/28 05:04:27 dholland Exp $
DISTNAME= fixelfprot-20040714
CATEGORIES= sysutils
@@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-powerpc
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= sbin
do-extract:
${CP} ${FILESDIR}/fixelfprot.c ${WRKSRC}