diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-08-03 06:33:43 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-08-03 06:33:43 +0000 |
commit | 2e264b682c1f5b768c0c7eb218994daf799e55cf (patch) | |
tree | 7305f2f990dde9cc15460e78534d0aa335f235a4 /games/xgammon | |
parent | 8d5ba59f040e9a91a895161b7160ef5b52bbf01a (diff) |
Notes
Diffstat (limited to 'games/xgammon')
-rw-r--r-- | games/xgammon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile index 735196f26362..2f10586698db 100644 --- a/games/xgammon/Makefile +++ b/games/xgammon/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: xgammon # Version required: 0.98-14 # Date created: 02 January 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.12 1999/05/04 08:50:04 tg Exp $ +# $Id: Makefile,v 1.13 1999/05/25 12:23:11 tg Exp $ # DISTNAME= xgammon-0.98 @@ -15,9 +15,9 @@ EXTRACT_SUFX= -14.src.rpm PATCH_DIST_STRIP= -p1 -MAINTAINER= tg@FreeBSD.ORG +MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm2cpio NO_WRKSUBDIR= yes USE_IMAKE= yes |