diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-05 14:12:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-05 14:12:58 +0800 |
commit | 458593c3078dcab5068e8851fc4290f7e5486b2f (patch) | |
tree | 6374c019501ca82a23666cf293a99800692975ef /math/gcalctool | |
parent | 25e8bb891384dd1f8fcfe0092e92dcaebeb5f14d (diff) | |
download | marcuscom-ports-458593c3078dcab5068e8851fc4290f7e5486b2f.tar marcuscom-ports-458593c3078dcab5068e8851fc4290f7e5486b2f.tar.gz marcuscom-ports-458593c3078dcab5068e8851fc4290f7e5486b2f.tar.bz2 marcuscom-ports-458593c3078dcab5068e8851fc4290f7e5486b2f.tar.lz marcuscom-ports-458593c3078dcab5068e8851fc4290f7e5486b2f.tar.xz marcuscom-ports-458593c3078dcab5068e8851fc4290f7e5486b2f.tar.zst marcuscom-ports-458593c3078dcab5068e8851fc4290f7e5486b2f.zip |
Add PORTEPOCH back.
Reported by: Caelian on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4698 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 09d8c0adb..ef521ed3f 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.41 2005/09/02 20:18:11 ahze Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.42 2005/09/03 20:58:43 marcus Exp $ # PORTNAME= gcalctool PORTVERSION= 5.6.31 +PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} |