diff options
author | reed <reed@pkgsrc.org> | 2005-12-27 21:26:05 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-27 21:26:05 +0000 |
commit | 1a800f444e8b5722beb2ede2cbb30a374d3346d2 (patch) | |
tree | fa09a9a711c02ff9907107e306e6b85fdcd75c2b /net/rsync | |
parent | e79240049151f86ca536a2dfbcd2781403153bc3 (diff) | |
download | pkgsrc-1a800f444e8b5722beb2ede2cbb30a374d3346d2.tar.gz |
In INSTALLATION_DIRS precreate PKGMANDIR directories not "man".
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index d3f44ed7535..381ceb8d47b 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -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 @@ HOMEPAGE= http://rsync.samba.org/ 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 |