summaryrefslogtreecommitdiff
path: root/devel/sdcc
diff options
context:
space:
mode:
authorwulf <wulf>2000-09-25 15:59:59 +0000
committerwulf <wulf>2000-09-25 15:59:59 +0000
commit960c8b82e30c8fcb37e5aca2a93ac821e5445959 (patch)
tree3306bc9e4d2df1d2f2ec48f5adaf1e8d671bbd84 /devel/sdcc
parentb0b67bfe5cbf40df6f4e1d8d4e767081e676a63c (diff)
downloadpkgsrc-960c8b82e30c8fcb37e5aca2a93ac821e5445959.tar.gz
Added macros to install documentation
Diffstat (limited to 'devel/sdcc')
-rw-r--r--devel/sdcc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile
index 2505f10e82e..78076cd7202 100644
--- a/devel/sdcc/Makefile
+++ b/devel/sdcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/08/25 21:49:28 tron Exp $
+# $NetBSD: Makefile,v 1.3 2000/09/25 15:59:59 wulf Exp $
# FreeBSD: ports/devel/sdcc/Makefile,v 1.5 2000/04/15 15:13:38 knu Exp
DISTNAME= sdcc-2.1.9Ea
@@ -25,4 +25,8 @@ post-extract:
${LN} -fs /usr/include/sys/endian.h ${WRKDIR}/include
.endif
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sdcc
+ ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/sdcc
+
.include "../../mk/bsd.pkg.mk"