diff options
Diffstat (limited to 'math/proofgeneral/Makefile')
-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} |