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/bugsx | |
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/bugsx')
-rw-r--r-- | games/bugsx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/bugsx/Makefile b/games/bugsx/Makefile index 8cb93231c5bb..35c4a4c76eb8 100644 --- a/games/bugsx/Makefile +++ b/games/bugsx/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: bugsx -# Version required: 1.08 # Date created: 7 December 1997 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $FreeBSD$ # -DISTNAME= bugsx108 -PKGNAME= bugsx-1.08 +PORTNAME= bugsx +PORTVERSION= 1.08 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications +DISTNAME= bugsx108 EXTRACT_SUFX= .tgz MAINTAINER= croyle@gelemna.ft-wayne.in.us |