pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvsup-bin Listing the directories explicitly is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dc35e8450df
branches:  trunk
changeset: 533981:7dc35e8450df
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 10 10:33:39 2007 +0000

description:
Listing the directories explicitly is error-prone.

diffstat:

 devel/cvsup-bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 760fde50922a -r 7dc35e8450df devel/cvsup-bin/Makefile
--- a/devel/cvsup-bin/Makefile  Wed Oct 10 10:29:27 2007 +0000
+++ b/devel/cvsup-bin/Makefile  Wed Oct 10 10:33:39 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/08/23 18:20:30 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2007/10/10 10:33:39 rillig Exp $
 
 DISTNAME=      cvsup-static-16.1.h
 PKGNAME=       ${DISTNAME:C/static/bin/}
@@ -22,7 +22,7 @@
 NO_CONFIGURE=          yes
 BUILD_DIRS=            # empty
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 sbin
+INSTALLATION_DIRS_FROM_PLIST=  yes
 
 do-install:
        cd ${WRKSRC} && for i in cvpasswd cvsup ; do \



Home | Main Index | Thread Index | Old Index