diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 08:45:49 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 08:45:49 +0800 |
commit | 7f047fb68c725cde8ffd2b76c7784a17080c7b8b (patch) | |
tree | 2e4ab8ff34a1d977d16bd740d03383b65233604d /games/awele | |
parent | a9d06ce8636b7acb5906bac2a80fb92f5e2afd05 (diff) | |
download | freebsd-ports-gnome-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.tar.gz freebsd-ports-gnome-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.tar.zst freebsd-ports-gnome-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.zip |
update portname/portversion stuff (games commit part 1, a-c)
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 |