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/proofgeneral | |
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/proofgeneral')
-rw-r--r-- | math/proofgeneral/Makefile | 3 | ||||
-rw-r--r-- | math/proofgeneral/pkg-plist | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index a80c44fbd7c4..c5221db96b32 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -68,9 +68,6 @@ pre-build: @${RM} ${WRKSRC}/.byte-compile || ${TRUE} #.endif -pre-install: - @${MKDIR} ${PREFIX}/share/applications - post-install: @${CAT} ${PKGMESSAGE} diff --git a/math/proofgeneral/pkg-plist b/math/proofgeneral/pkg-plist index 4276942e60de..ae28ad39bfac 100644 --- a/math/proofgeneral/pkg-plist +++ b/math/proofgeneral/pkg-plist @@ -252,5 +252,4 @@ share/pixmaps/proofgeneral.png @dirrm %%EMACS_SITE_LISPDIR%%/ProofGeneral/ccc @dirrm %%EMACS_SITE_LISPDIR%%/ProofGeneral/acl2 @dirrm %%EMACS_SITE_LISPDIR%%/ProofGeneral -@dirrmtry share/applications @dirrmtry share/pixmaps |