pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/Cenon Install LICENSE and README as well



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc1dc8418e45
branches:  trunk
changeset: 493407:fc1dc8418e45
user:      rh <rh%pkgsrc.org@localhost>
date:      Thu May 05 05:59:17 2005 +0000

description:
Install LICENSE and README as well

diffstat:

 graphics/Cenon/Makefile |  8 +++++++-
 graphics/Cenon/PLIST    |  5 ++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r f451dc9c2929 -r fc1dc8418e45 graphics/Cenon/Makefile
--- a/graphics/Cenon/Makefile   Thu May 05 05:52:36 2005 +0000
+++ b/graphics/Cenon/Makefile   Thu May 05 05:59:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/05 05:49:28 rh Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/05 05:59:17 rh Exp $
 #
 
 DISTNAME=              Cenon-3.67
@@ -14,6 +14,12 @@
 USE_X11=               yes
 NO_CONFIGURE=          yes
 
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Cenon
+.for doc in LICENSE README
+       ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/Cenon
+.endfor
+
 .include "../../x11/gnustep-back/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f451dc9c2929 -r fc1dc8418e45 graphics/Cenon/PLIST
--- a/graphics/Cenon/PLIST      Thu May 05 05:52:36 2005 +0000
+++ b/graphics/Cenon/PLIST      Thu May 05 05:59:17 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/05 05:49:28 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/05/05 05:59:17 rh Exp $
 share/GNUstep/Local/Applications/Cenon.app/Cenon
 share/GNUstep/Local/Applications/Cenon.app/Resources/Cenon.desktop
 share/GNUstep/Local/Applications/Cenon.app/Resources/Cenon.tiff
@@ -244,6 +244,9 @@
 share/GNUstep/Local/Library/Cenon/Projects/Cenon.cenon/document
 share/GNUstep/Local/Library/Cenon/Projects/Cenon.cenon/output
 share/GNUstep/Local/Library/Cenon/README
+share/doc/Cenon/LICENSE
+share/doc/Cenon/README
+@dirrm share/doc/Cenon
 @dirrm share/GNUstep/Local/Library/Cenon/Projects/Cenon.cenon
 @dirrm share/GNUstep/Local/Library/Cenon/Projects
 @dirrm share/GNUstep/Local/Library/Cenon/Devices/hpgl



Home | Main Index | Thread Index | Old Index