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/awele | |
parent | 0f29953274700e3113ef38abbe8132e0b248333d (diff) | |
download | ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.tar.gz ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.zip |
update portname/portversion stuff (games commit part 1, a-c)
Notes
Notes:
svn path=/head/; revision=27502
Diffstat (limited to 'games/awele')
-rw-r--r-- | games/awele/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile index 709e48ad0031..e12a0a86da82 100644 --- a/games/awele/Makefile +++ b/games/awele/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: awele -# Version required: 1.0 # Date created: 01 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= awele -PKGNAME= awele-1.0 +PORTNAME= awele +PORTVERSION= 1.0 CATEGORIES= games tk82 MASTER_SITES= http://www-air.inria.fr/ftp/Jean-Paul/ -EXTRACT_SUFX= 1.0.tgz +DISTNAME= ${PORTNAME}${PORTVERSION} +EXTRACT_SUFX= .tgz MAINTAINER= tg@FreeBSD.org |