Make the Makefile and PLIST match the docs acutally installed since the upgrade.
This commit is contained in:
parent
754c770a77
commit
3159ec0568
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25919
2 changed files with 3 additions and 3 deletions
|
@ -43,10 +43,10 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/PROBLEMS ${PREFIX}/share/doc/ddd
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/ddd
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ddd-paper.ps ${PREFIX}/share/doc/ddd
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ddd.man.ps ${PREFIX}/share/doc/ddd
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ddd.ps ${PREFIX}/share/doc/ddd
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/sample.dddinit ${PREFIX}/share/doc/ddd
|
||||
${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd-paper.ps
|
||||
${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd.man.ps
|
||||
${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd.ps
|
||||
.endif
|
||||
|
||||
check:
|
||||
|
|
|
@ -2,6 +2,6 @@ bin/ddd
|
|||
share/doc/ddd/PROBLEMS
|
||||
share/doc/ddd/README
|
||||
share/doc/ddd/ddd-paper.ps.gz
|
||||
share/doc/ddd/ddd.man.ps.gz
|
||||
share/doc/ddd/ddd.ps.gz
|
||||
share/doc/ddd/sample.dddinit
|
||||
@dirrm share/doc/ddd
|
||||
|
|
Loading…
Reference in a new issue