pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ffcall Move documentation files from share/html ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f350d556510
branches:  trunk
changeset: 474646:1f350d556510
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon May 03 16:33:45 2004 +0000

description:
Move documentation files from share/html to share/doc/ffcall.  I'm doing
this as a "standalone" change because share/html is certainly not the
location for documentation.  Bump PKGREVISION to 1.

diffstat:

 devel/ffcall/Makefile |   6 +++++-
 devel/ffcall/PLIST    |  13 +++++++------
 2 files changed, 12 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r b695f4ff172d -r 1f350d556510 devel/ffcall/Makefile
--- a/devel/ffcall/Makefile     Mon May 03 16:25:07 2004 +0000
+++ b/devel/ffcall/Makefile     Mon May 03 16:33:45 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2004/03/02 16:05:01 adam Exp $
+# $NetBSD: Makefile,v 1.17 2004/05/03 16:33:45 jmmv Exp $
 #
 
 DISTNAME=      ffcall-1.9
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=libs/} \
                ftp://ftp.santafe.edu/pub/gnu/ \
@@ -21,8 +22,11 @@
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+
 CONFIGURE_ARGS+=       --enable-shared
 
+MAKE_FLAGS+=           htmldir=${PREFIX}/share/doc/ffcall
+
 post-patch:
        ${CP} ${FILESDIR}/tramp-rs6000-netbsd.s ${WRKSRC}/callback/trampoline_r
        ${CP} ${FILESDIR}/vacall-rs6000-netbsd.s ${WRKSRC}/callback/vacall_r
diff -r b695f4ff172d -r 1f350d556510 devel/ffcall/PLIST
--- a/devel/ffcall/PLIST        Mon May 03 16:25:07 2004 +0000
+++ b/devel/ffcall/PLIST        Mon May 03 16:33:45 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/03/02 16:05:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/05/03 16:33:45 jmmv Exp $
 include/avcall.h
 include/callback.h
 include/trampoline.h
@@ -22,8 +22,9 @@
 man/man3/trampoline.3
 man/man3/trampoline_r.3
 man/man3/vacall.3
-share/html/avcall.html
-share/html/callback.html
-share/html/trampoline.html
-share/html/trampoline_r.html
-share/html/vacall.html
+share/doc/ffcall/avcall.html
+share/doc/ffcall/callback.html
+share/doc/ffcall/trampoline.html
+share/doc/ffcall/trampoline_r.html
+share/doc/ffcall/vacall.html
+@dirrm share/doc/ffcall



Home | Main Index | Thread Index | Old Index