diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-08 06:23:56 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-08 06:23:56 +0000 |
commit | 03ff2c76f38f74d3c49813aa36365aa4c9ccb2e9 (patch) | |
tree | 9fb4762ade91b02feee900011ec13ddf6a3a260f /deskutils/plan/Makefile | |
parent | ac207253f8b33b8a2634792bc9ec371c2f26dab2 (diff) | |
download | freebsd-ports-03ff2c76f38f74d3c49813aa36365aa4c9ccb2e9.zip |
Update to plan 1.8.2
PR: 12558
Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca>
Diffstat (limited to 'deskutils/plan/Makefile')
-rw-r--r-- | deskutils/plan/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile index df37f606fe90..4bcdcfad7ebb 100644 --- a/deskutils/plan/Makefile +++ b/deskutils/plan/Makefile @@ -1,13 +1,14 @@ # New ports collection makefile for: plan -# Version required: 1.8.1 +# Version required: 1.8.2 # Date created: 14 April 1996 # Whom: Daniel Eischen <deischen@iworks.InterWorks.org> # -# $Id: Makefile,v 1.14 1998/11/02 03:57:44 steve Exp $ +# $Id: Makefile,v 1.15 1999/06/19 09:28:47 cpiazza Exp $ # -# Also update ports/japanese/plan/ (ja-plan) when this port is updated -DISTNAME= plan-1.8.1 +#Also update ports/japanese/plan/ (ja-plan) when this port is updated + +DISTNAME= plan-1.8.2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.fu-berlin.de/pub/unix/graphics/plan/ @@ -16,7 +17,7 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= deischen@iworks.InterWorks.org REQUIRES_MOTIF= yes -WRKSRC= ${WRKDIR}/plan-1.8.1/src +WRKSRC= ${WRKDIR}/plan-1.8.2/src ALL_TARGET= freebsd MAN1= netplan.1 plan.1 MAN4= plan.4 |