summaryrefslogtreecommitdiff
path: root/graphics/Cenon/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2005-05-05 05:59:17 +0000
committerrh <rh@pkgsrc.org>2005-05-05 05:59:17 +0000
commit7b2c111bd4cad43e90d70ee4cfad691633e5f602 (patch)
tree61357a43e7f1a89fd0a8e77ae5802eaecfdbbdff /graphics/Cenon/Makefile
parentcbc7dcb7440a9118567b990324aaee24ad5f9b28 (diff)
downloadpkgsrc-7b2c111bd4cad43e90d70ee4cfad691633e5f602.tar.gz
Install LICENSE and README as well
Diffstat (limited to 'graphics/Cenon/Makefile')
-rw-r--r--graphics/Cenon/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/Cenon/Makefile b/graphics/Cenon/Makefile
index 79c13c41db3..995479945b8 100644
--- a/graphics/Cenon/Makefile
+++ b/graphics/Cenon/Makefile
@@ -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 @@ WRKSRC= ${WRKDIR}/Cenon
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"