diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
commit | 0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8 (patch) | |
tree | 6a9eecf5c996622bdb9a53dcf4bd868e5d3c2e38 /games/cursive | |
parent | 0f29953274700e3113ef38abbe8132e0b248333d (diff) |
update portname/portversion stuff (games commit part 1, a-c)
Notes
Notes:
svn path=/head/; revision=27502
Diffstat (limited to 'games/cursive')
-rw-r--r-- | games/cursive/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/cursive/Makefile b/games/cursive/Makefile index 129dce83e496..057c1b24e7a7 100644 --- a/games/cursive/Makefile +++ b/games/cursive/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: cursive -# Version required: 1.0 # Date created: 4 December 1999 # Whom: James Howard <howardj@wam.umd.edu> # # $FreeBSD$ # -DISTNAME= cursive -PKGNAME= cursive-1.0 +PORTNAME= cursive +PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ftp://puck.nether.net/pub/janc/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= howardjp@wam.umd.edu |