diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-31 12:58:43 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-31 12:58:43 +0000 |
commit | 6ad5b18fa8c82462631e07bbed18dcf0fdb360d4 (patch) | |
tree | 39d26a3483edb5d9286b0ef0b04114dfe06c109d /math/proofgeneral | |
parent | - Unbreak build (diff) |
- Fix packaging by removing unneeded PACKAGE_BUILDING hack
from r295132 for ports/166867 that the maintainer did
not actually submit
Approved by: portmgr
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=315633
Diffstat (limited to 'math/proofgeneral')
-rw-r--r-- | math/proofgeneral/Makefile | 14 | ||||
-rw-r--r-- | math/proofgeneral/pkg-plist | 4 |
2 files changed, 4 insertions, 14 deletions
diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index 284fce62518c..4098742d30f6 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: proofgeneral -# Date created: 11 August 2005 -# Whom: Timothy Bourke <timbob@bigpond.com> -# +# Created by: Timothy Bourke <timbob@bigpond.com> # $FreeBSD$ -# PORTNAME= proofgeneral PORTVERSION= 4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math elisp MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ PKGNAMESUFFIX= -${EMACS_NAME} @@ -30,12 +26,6 @@ USE_PERL5= yes .include <bsd.port.pre.mk> -.ifdef (PACKAGE_BUILDING) -PLIST_SUB+= PACKAGE_BUILDING="@comment " -.else -PLIST_SUB+= PACKAGE_BUILDING="" -.endif - .if ${EMACS_NAME} == xemacs IGNORE= the ProofGeneral developers no longer support XEmacs .endif diff --git a/math/proofgeneral/pkg-plist b/math/proofgeneral/pkg-plist index e203c28c923d..384b435a12c7 100644 --- a/math/proofgeneral/pkg-plist +++ b/math/proofgeneral/pkg-plist @@ -232,7 +232,7 @@ share/icons/hicolor/48x48/proofgeneral.png share/mime-info/proofgeneral.keys share/mime-info/proofgeneral.mime share/pixmaps/proofgeneral.png -%%PACKAGE_BUILDING%%@dirrmtry share/mime-info +@dirrmtry share/mime-info @dirrmtry share/icons/hicolor/48x48 @dirrmtry share/icons/hicolor/32x32 @dirrmtry share/icons/hicolor/16x16 @@ -254,5 +254,5 @@ share/pixmaps/proofgeneral.png @dirrm %%EMACS_SITE_LISPDIR%%/ProofGeneral/acl2 @dirrm %%EMACS_SITE_LISPDIR%%/ProofGeneral @dirrmtry share/applications -%%PACKAGE_BUILDING%%@dirrmtry share/application-registry +@dirrmtry share/application-registry @dirrmtry share/pixmaps |