diff options
author | dholland <dholland> | 2012-06-28 05:04:27 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-06-28 05:04:27 +0000 |
commit | 46e76109d8b9ccf69730ce9c9b846a82bfe59c5b (patch) | |
tree | 2c5bc692e128cd674f444648e10bb65557e71eb6 | |
parent | 0b3f06a7bf9bf9c228b3624c4e33b6f7a916434d (diff) | |
download | pkgsrc-46e76109d8b9ccf69730ce9c9b846a82bfe59c5b.tar.gz |
Fix wrong INSTALLATION_DIRS.
-rw-r--r-- | sysutils/fixelfprot/Makefile | 4 |
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} |