diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:56:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:56:27 +0800 |
commit | cfecf7790a815eae7147c6109eb4c1266576314f (patch) | |
tree | a35566f61939b515f5bf3edc63109b89ea9b970f /math/mathomatic | |
parent | c5d288a5d4d4844e301e6639245f04aaa28fdb66 (diff) | |
download | freebsd-ports-gnome-cfecf7790a815eae7147c6109eb4c1266576314f.tar.gz freebsd-ports-gnome-cfecf7790a815eae7147c6109eb4c1266576314f.tar.zst freebsd-ports-gnome-cfecf7790a815eae7147c6109eb4c1266576314f.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by: portmgr (bdrewery)
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 1 | ||||
-rw-r--r-- | math/mathomatic/pkg-plist | 1 |
2 files changed, 0 insertions, 2 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 diff --git a/math/mathomatic/pkg-plist b/math/mathomatic/pkg-plist index eaee8dad864f..b15cc0220280 100644 --- a/math/mathomatic/pkg-plist +++ b/math/mathomatic/pkg-plist @@ -1,4 +1,3 @@ bin/mathomatic share/pixmaps/mathomatic.png share/applications/mathomatic.desktop -@dirrmtry share/applications |