diff options
author | tg <tg@FreeBSD.org> | 1999-08-03 06:33:43 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-08-03 06:33:43 +0000 |
commit | 60f68f941ed18e029ed65aa8c375d5acaefba094 (patch) | |
tree | 77c2befffcc7bb4833bc4e85a750e9b98671dc5b /games | |
parent | b5171bc97ebd083b9042ec44584c688415425a58 (diff) | |
download | FreeBSD-ports-60f68f941ed18e029ed65aa8c375d5acaefba094.zip FreeBSD-ports-60f68f941ed18e029ed65aa8c375d5acaefba094.tar.gz |
Use the rpm2cpio port for building instead of rpm.
Diffstat (limited to 'games')
-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 735196f..2f10586 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 |