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/bugsx | |
parent | 0f29953274700e3113ef38abbe8132e0b248333d (diff) | |
download | ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.tar.gz ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.zip |
Notes
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 |