diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:56:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:56:27 +0000 |
commit | d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0 (patch) | |
tree | a35566f61939b515f5bf3edc63109b89ea9b970f /math/mathomatic/Makefile | |
parent | c87a56b35119a3f8c54074da6dd45335b59a2fc4 (diff) | |
download | ports-d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0.tar.gz ports-d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0.zip |
Notes
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r-- | math/mathomatic/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 74ee5a0e65d1..609c5a1baeb5 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -33,7 +33,6 @@ regression-test: build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.desktop \ ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${PREFIX}/share/pixmaps |