pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/lcab add bin to INSTALLATION_DIRS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d036e70cfdc2
branches:  trunk
changeset: 545218:d036e70cfdc2
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Mon Jul 28 20:08:39 2008 +0000

description:
add bin to INSTALLATION_DIRS

diffstat:

 archivers/lcab/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5220c1707273 -r d036e70cfdc2 archivers/lcab/Makefile
--- a/archivers/lcab/Makefile   Mon Jul 28 20:07:41 2008 +0000
+++ b/archivers/lcab/Makefile   Mon Jul 28 20:08:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/07/28 19:42:33 plunky Exp $
+# $NetBSD: Makefile,v 1.10 2008/07/28 20:08:39 plunky Exp $
 #
 
 DISTNAME=              lcab-1.0b12
@@ -14,7 +14,7 @@
 
 GNU_CONFIGURE=         yes
 
-INSTALLATION_DIRS=     ${PKGMANDIR}/man1
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/lcab.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/lcab.1



Home | Main Index | Thread Index | Old Index