diff options
author | pat <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
commit | 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch) | |
tree | 438ff2856c8402cd6a8f17e494e72efbac6546bf /textproc/chpp | |
parent | d53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff) | |
download | FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz |
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
Diffstat (limited to 'textproc/chpp')
-rw-r--r-- | textproc/chpp/Makefile | 5 | ||||
-rw-r--r-- | textproc/chpp/pkg-plist | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile index af606a3..9402b49 100644 --- a/textproc/chpp/Makefile +++ b/textproc/chpp/Makefile @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share EXAMPLES_DIR= ${PREFIX}/share/examples/chpp -DOCS_DIR= ${PREFIX}/share/doc/chpp post-install: @${MKDIR} ${EXAMPLES_DIR} @@ -25,9 +24,9 @@ post-install: @find ${EXAMPLES_DIR} | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} @find ${EXAMPLES_DIR} -type f | xargs ${CHMOD} ${SHAREMODE} .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCS_DIR} + @${MKDIR} ${DOCSDIR} .for file in AUTHORS NEWS README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCS_DIR} + @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/textproc/chpp/pkg-plist b/textproc/chpp/pkg-plist index 5020654..b74dce7 100644 --- a/textproc/chpp/pkg-plist +++ b/textproc/chpp/pkg-plist @@ -11,9 +11,9 @@ share/chpp/include/sql.chh share/chpp/include/strings.chh share/chpp/include/time.chh share/chpp/include/w3lib.chh -share/doc/chpp/AUTHORS -share/doc/chpp/NEWS -share/doc/chpp/README +%%PORTDOCS%%share/doc/chpp/AUTHORS +%%PORTDOCS%%share/doc/chpp/NEWS +%%PORTDOCS%%share/doc/chpp/README share/examples/chpp/regress/dotest share/examples/chpp/regress/tests share/examples/chpp/regress/arith/arith.txt @@ -106,6 +106,6 @@ share/examples/chpp/website/tricks_t.chml @dirrm share/examples/chpp/regress/arith @dirrm share/examples/chpp/regress @dirrm share/examples/chpp -@dirrm share/doc/chpp +%%PORTDOCS%%@dirrm share/doc/chpp @dirrm share/chpp/include @dirrm share/chpp |