diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-21 09:54:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-21 09:54:19 +0000 |
commit | 982f2f61de3bfd8c4505616403f83a487bc541b1 (patch) | |
tree | 708583f581d3c8c3bd480d479cc360af925e32bf /devel/apel/Makefile | |
parent | 5fe23838c96f20aba1481bb02c1fcf380a9f850a (diff) | |
download | pkgsrc-982f2f61de3bfd8c4505616403f83a487bc541b1.tar.gz |
Install documentation, as prompted in pkg/14300 by Hiramatsu Yoshifumi,
but done slightly differently.
Diffstat (limited to 'devel/apel/Makefile')
-rw-r--r-- | devel/apel/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/apel/Makefile b/devel/apel/Makefile index d35c1ca3ecf..49571e7d9d8 100644 --- a/devel/apel/Makefile +++ b/devel/apel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/20 08:33:59 jun Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/21 09:54:19 wiz Exp $ DISTNAME= apel-10.3 CATEGORIES= devel @@ -10,4 +10,11 @@ COMMENT= Portable Emacs Library DEPENDS+= emacs-20.7:../../editors/emacs +DOCDIR= ${PREFIX}/share/doc/apel + +post-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README.en ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README.ja ${DOCDIR} + .include "../../mk/bsd.pkg.mk" |