pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mbone/wbd Fix destdir installation



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7fda6775826
branches:  trunk
changeset: 397749:f7fda6775826
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 18 15:57:59 2009 +0000

description:
Fix destdir installation

diffstat:

 mbone/wbd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e047c6f3d6cb -r f7fda6775826 mbone/wbd/Makefile
--- a/mbone/wbd/Makefile        Tue Aug 18 15:55:38 2009 +0000
+++ b/mbone/wbd/Makefile        Tue Aug 18 15:57:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 16:10:18 sborrill Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/18 15:57:59 joerg Exp $
 #
 
 DISTNAME=              wbd-1.0ucl4
@@ -16,6 +16,8 @@
 NO_CONFIGURE=          yes
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+INSTALLATION_DIRS=     bin
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/wbd ${DESTDIR}${PREFIX}/bin/wbd
 



Home | Main Index | Thread Index | Old Index