pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rsync In INSTALLATION_DIRS precreate PKGMANDIR dir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b61358e2e847
branches:  trunk
changeset: 504915:b61358e2e847
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Dec 27 21:26:05 2005 +0000

description:
In INSTALLATION_DIRS precreate PKGMANDIR directories not "man".

diffstat:

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

diffs (18 lines):

diff -r 6adbbaea798d -r b61358e2e847 net/rsync/Makefile
--- a/net/rsync/Makefile        Tue Dec 27 21:24:26 2005 +0000
+++ b/net/rsync/Makefile        Tue Dec 27 21:26:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2005/10/20 17:28:32 tron Exp $
+# $NetBSD: Makefile,v 1.61 2005/12/27 21:26:05 reed Exp $
 
 DISTNAME=      rsync-2.6.6
 PKGREVISION=   1
@@ -16,7 +16,7 @@
 COMMENT=       Network file distribution/synchronisation utility
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
-INSTALLATION_DIRS=     bin man/man1 man/man5 share/doc/rsync
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 share/doc/rsync
 
 USE_PKGINSTALL=                YES
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index