1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix plist.

PR:		33805
Submitted by:	maintainer
This commit is contained in:
Jim Mock 2002-01-14 07:01:02 +00:00
parent 963ec014d2
commit b19c41597f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53036
2 changed files with 21 additions and 20 deletions

View File

@ -29,7 +29,8 @@ do-install:
@${SETUP_CMD} install
.if !defined(NOPORTDOCS)
DOCSDIR=${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
PLIST_SUB+= DOCSDIR=${DOCSDIR:S/^${PREFIX}\///}
post-install:
@${MKDIR} ${DOCSDIR}/test
${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}

View File

@ -7,22 +7,22 @@ lib/%%PYTHON_VERSION%%/site-packages/optik/option.pyc
lib/%%PYTHON_VERSION%%/site-packages/optik/option_parser.py
lib/%%PYTHON_VERSION%%/site-packages/optik/option_parser.pyc
@dirrm lib/%%PYTHON_VERSION%%/site-packages/optik
%%PORTDOCS%%share/doc/py-optik/CHANGES.txt
%%PORTDOCS%%share/doc/py-optik/README.txt
%%PORTDOCS%%share/doc/py-optik/advanced.txt
%%PORTDOCS%%share/doc/py-optik/basic.txt
%%PORTDOCS%%share/doc/py-optik/callbacks.txt
%%PORTDOCS%%share/doc/py-optik/extending.txt
%%PORTDOCS%%share/doc/py-optik/test/runall
%%PORTDOCS%%share/doc/py-optik/test/test_basics.py
%%PORTDOCS%%share/doc/py-optik/test/test_bool.py
%%PORTDOCS%%share/doc/py-optik/test/test_callback.py
%%PORTDOCS%%share/doc/py-optik/test/test_conflict.py
%%PORTDOCS%%share/doc/py-optik/test/test_count.py
%%PORTDOCS%%share/doc/py-optik/test/test_extend.py
%%PORTDOCS%%share/doc/py-optik/test/test_help.py
%%PORTDOCS%%share/doc/py-optik/test/test_manipulate.py
%%PORTDOCS%%share/doc/py-optik/test/test_misc.py
%%PORTDOCS%%share/doc/py-optik/test/test_nargs.py
%%PORTDOCS%%@dirrm share/doc/py-optik/test
%%PORTDOCS%%@dirrm share/doc/py-optik
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/advanced.txt
%%PORTDOCS%%%%DOCSDIR%%/basic.txt
%%PORTDOCS%%%%DOCSDIR%%/callbacks.txt
%%PORTDOCS%%%%DOCSDIR%%/extending.txt
%%PORTDOCS%%%%DOCSDIR%%/test/runall
%%PORTDOCS%%%%DOCSDIR%%/test/test_basics.py
%%PORTDOCS%%%%DOCSDIR%%/test/test_bool.py
%%PORTDOCS%%%%DOCSDIR%%/test/test_callback.py
%%PORTDOCS%%%%DOCSDIR%%/test/test_conflict.py
%%PORTDOCS%%%%DOCSDIR%%/test/test_count.py
%%PORTDOCS%%%%DOCSDIR%%/test/test_extend.py
%%PORTDOCS%%%%DOCSDIR%%/test/test_help.py
%%PORTDOCS%%%%DOCSDIR%%/test/test_manipulate.py
%%PORTDOCS%%%%DOCSDIR%%/test/test_misc.py
%%PORTDOCS%%%%DOCSDIR%%/test/test_nargs.py
%%PORTDOCS%%@dirrm %%DOCSDIR%%/test
%%PORTDOCS%%@dirrm %%DOCSDIR%%