pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rpc2 add empty directory (populated when linked ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c4f779ca7fe
branches:  trunk
changeset: 532086:9c4f779ca7fe
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Aug 11 01:51:34 2007 +0000

description:
add empty directory (populated when linked with lua) to PLIST

diffstat:

 devel/rpc2/Makefile |  6 +++---
 devel/rpc2/PLIST    |  4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 847437753dd0 -r 9c4f779ca7fe devel/rpc2/Makefile
--- a/devel/rpc2/Makefile       Sat Aug 11 01:00:51 2007 +0000
+++ b/devel/rpc2/Makefile       Sat Aug 11 01:51:34 2007 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.30 2007/08/06 13:09:13 gdt Exp $
+# $NetBSD: Makefile,v 1.31 2007/08/11 01:51:34 gdt Exp $
 #
 
 DISTNAME=      rpc2-2.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://www.coda.cs.cmu.edu/pub/rpc2/src/
 
 MAINTAINER=    phil%cs.wwu.edu@localhost
+# also gdt%NetBSD.org@localhost
 HOMEPAGE=      http://www.coda.cs.cmu.edu/
 COMMENT=       CMU (Coda) remote procedure call package
 
 USE_TOOLS+=            gmake perl
-# Right now yacc is not actually used, just checked for.
 USE_TOOLS+=            yacc
 
 GNU_CONFIGURE=         YES
diff -r 847437753dd0 -r 9c4f779ca7fe devel/rpc2/PLIST
--- a/devel/rpc2/PLIST  Sat Aug 11 01:00:51 2007 +0000
+++ b/devel/rpc2/PLIST  Sat Aug 11 01:51:34 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2007/08/04 14:02:10 gdt Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/08/11 01:51:34 gdt Exp $
 bin/rp2gen
 include/rpc2/errors.h
 include/rpc2/multi.h
@@ -9,4 +9,6 @@
 include/rpc2/sftp.h
 lib/librpc2.la
 lib/libse.la
+@exec ${MKDIR} %D/share/rpc2
+@dirrm share/rpc2
 @dirrm include/rpc2



Home | Main Index | Thread Index | Old Index