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/actx | |
parent | 0f29953274700e3113ef38abbe8132e0b248333d (diff) | |
download | ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.tar.gz ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.zip |
Notes
Diffstat (limited to 'games/actx')
-rw-r--r-- | games/actx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/actx/Makefile b/games/actx/Makefile index a79f6de8b062..a91be0b135ba 100644 --- a/games/actx/Makefile +++ b/games/actx/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: actx -# Version required: 0.99.2 # Date created: 19 Feb 1999 # Whom: Shinya Esu <esu@yk.rim.or.jp> # # $FreeBSD$ # -DISTNAME= actx-0.99.2 -PKGNAME= actx-0.99.2 +PORTNAME= actx +PORTVERSION= 0.99.2 CATEGORIES= games MASTER_SITES= http://www.astr.tohoku.ac.jp/~taji/ActX/ |