diff options
-rw-r--r-- | math/proofgeneral/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index c5a6e0a2806c..298e87dfc6c0 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -7,7 +7,7 @@ PORTNAME= proofgeneral PORTVERSION= 3.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math elisp MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ DISTNAME= ProofGeneral-3.6pre061107 @@ -75,7 +75,7 @@ pre-build: #.endif pre-install: - @${MKDIR} ${PREIX}/share/applications + @${MKDIR} ${PREFIX}/share/applications post-install: @${CAT} ${PKGMESSAGE} |