mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Fix install target
Notified by: Charlie Kester <corky1951@comcast.net>
This commit is contained in:
parent
a1ba3fa7fb
commit
d9b1773e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271464
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= mathomatic
|
||||
PORTVERSION= 15.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.panix.com/~gesslein/ \
|
||||
CRITICAL
|
||||
|
@ -52,7 +53,7 @@ do-install:
|
|||
${PREFIX}/share/applications
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${PREFIX}/share/pixmaps
|
||||
.if !defined(NOPORTDOCS)
|
||||
.for d in m4 tests factorial
|
||||
.for d in m4 tests
|
||||
${MKDIR} ${DOCSDIR}/${d}
|
||||
${INSTALL_DATA} ${WRKSRC}/${d}/* ${DOCSDIR}/${d}
|
||||
.endfor
|
||||
|
|
Loading…
Add table
Reference in a new issue