pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/qadsl Fix INSTALLATION_DIRS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/884d42ca8de2
branches:  trunk
changeset: 513734:884d42ca8de2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 02 14:13:04 2006 +0000

description:
Fix INSTALLATION_DIRS.

diffstat:

 net/qadsl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ec495f4af9d6 -r 884d42ca8de2 net/qadsl/Makefile
--- a/net/qadsl/Makefile        Fri Jun 02 14:01:34 2006 +0000
+++ b/net/qadsl/Makefile        Fri Jun 02 14:13:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:23 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/02 14:13:04 joerg Exp $
 #
 
 DISTNAME=      qadsl-final-1.2
@@ -17,7 +17,7 @@
 MAKE_ENV+=     LIBS=${LIBS:M*:Q}
 MAKE_ENV+=     PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
 
-INSTALLATION_DIRS=     man/man8 sbin
+INSTALLATION_DIRS=     man/man8 sbin share/examples
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/qadsl ${PREFIX}/sbin



Home | Main Index | Thread Index | Old Index