summaryrefslogtreecommitdiff
path: root/graphics/Cenon/Makefile
diff options
context:
space:
mode:
authorrh <rh>2005-05-05 05:59:17 +0000
committerrh <rh>2005-05-05 05:59:17 +0000
commit89fa6be13adf67483523baa6bb2919fb3adb1dda (patch)
tree61357a43e7f1a89fd0a8e77ae5802eaecfdbbdff /graphics/Cenon/Makefile
parentf1bc83f310d80f9190df3f94e08b3d23555d79e9 (diff)
downloadpkgsrc-89fa6be13adf67483523baa6bb2919fb3adb1dda.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"