diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-25 17:44:42 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-25 17:44:42 +0000 |
commit | 5a130b8b11863006e11175641d6187873d73f990 (patch) | |
tree | ecb9f19fcfbc45f2cb1a5c887b297309dc00d827 /math/proofgeneral | |
parent | 7366ccfa2284ab413ad91b42367a73ba0ecba3a9 (diff) | |
download | ports-5a130b8b11863006e11175641d6187873d73f990.tar.gz ports-5a130b8b11863006e11175641d6187873d73f990.zip |
Fix the *.desktop installation, bump the PORTREVISION.
Reported by: pointyhat-exp
Approved by: Related with our (FreeBSD GNOME Team) big change
Notes
Notes:
svn path=/head/; revision=202008
Diffstat (limited to 'math/proofgeneral')
-rw-r--r-- | math/proofgeneral/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index 7edca40e8921..c5a6e0a2806c 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -7,7 +7,7 @@ PORTNAME= proofgeneral PORTVERSION= 3.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math elisp MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ DISTNAME= ProofGeneral-3.6pre061107 @@ -74,6 +74,9 @@ pre-build: @${RM} ${WRKSRC}/.byte-compile || ${TRUE} #.endif +pre-install: + @${MKDIR} ${PREIX}/share/applications + post-install: @${CAT} ${PKGMESSAGE} |