mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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
|
PORTNAME= mathomatic
|
||||||
PORTVERSION= 15.5.2
|
PORTVERSION= 15.5.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= http://www.panix.com/~gesslein/ \
|
MASTER_SITES= http://www.panix.com/~gesslein/ \
|
||||||
CRITICAL
|
CRITICAL
|
||||||
|
@ -52,7 +53,7 @@ do-install:
|
||||||
${PREFIX}/share/applications
|
${PREFIX}/share/applications
|
||||||
${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${PREFIX}/share/pixmaps
|
${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${PREFIX}/share/pixmaps
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
.for d in m4 tests factorial
|
.for d in m4 tests
|
||||||
${MKDIR} ${DOCSDIR}/${d}
|
${MKDIR} ${DOCSDIR}/${d}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${d}/* ${DOCSDIR}/${d}
|
${INSTALL_DATA} ${WRKSRC}/${d}/* ${DOCSDIR}/${d}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
Loading…
Add table
Reference in a new issue