1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Convert/Respect DATADIR/NOPORT*

PR:		143326
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
This commit is contained in:
Martin Wilke 2010-01-31 00:39:31 +00:00
parent 93ca38d969
commit d4eeafe023
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248868
2 changed files with 9 additions and 9 deletions

View File

@ -34,7 +34,7 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/xtexshrc ${PREFIX}/etc/xtexshrc
@${MKDIR} ${PREFIX}/share/xtexsh
.for f in xtexsh-mini.png xtexsh.png xtexsh.desktop xtexsh.spec
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/xtexsh
@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -1,10 +1,10 @@
bin/xtexsh
etc/xtexshrc
%%PORTDOCS%%share/doc/xtexsh/README
%%PORTDOCS%%share/doc/xtexsh/index.html
share/xtexsh/xtexsh-mini.png
share/xtexsh/xtexsh.desktop
share/xtexsh/xtexsh.png
share/xtexsh/xtexsh.spec
@dirrm share/xtexsh
%%PORTDOCS%%@dirrm share/doc/xtexsh
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%DATADIR%%/xtexsh-mini.png
%%DATADIR%%/xtexsh.desktop
%%DATADIR%%/xtexsh.png
%%DATADIR%%/xtexsh.spec
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%