diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
commit | b666502afda11878e1adfaefeff785ee6171024b (patch) | |
tree | 9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /textproc/chpp | |
parent | e1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff) |
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
Notes
Notes:
svn path=/head/; revision=52072
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 af606a387edf..9402b492e1fc 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 50206543be27..b74dce7e574e 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 |