diff options
author | adam <adam@FreeBSD.org> | 1996-02-12 04:41:32 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-02-12 04:41:32 +0000 |
commit | 5ea392f98188fa25533f33ef3852b6136d3472e3 (patch) | |
tree | e4729004e1a2267adf403357b6242986274d25c8 /net/dgd-lpmud/Makefile | |
parent | 78498072735603a11adcab3ff363edf98bdb0c55 (diff) | |
download | FreeBSD-ports-5ea392f98188fa25533f33ef3852b6136d3472e3.zip FreeBSD-ports-5ea392f98188fa25533f33ef3852b6136d3472e3.tar.gz |
patches required by recent upgrade of DGD
Diffstat (limited to 'net/dgd-lpmud/Makefile')
-rw-r--r-- | net/dgd-lpmud/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 12df5e0..581b521 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -3,7 +3,7 @@ # Date created: 10 November 1994 # Whom: adam # -# $Id: Makefile,v 1.5 1995/10/25 14:37:39 adam Exp $ +# $Id: Makefile,v 1.6 1995/11/26 12:20:10 asami Exp $ # DISTNAME= dgd-lpmud @@ -12,6 +12,8 @@ CATEGORIES+= net devel games MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ ftp://ftp.lysator.liu.se/pub/lpmud/mudlibs/other/ DISTFILES= sim-2.4.5.tar.gz 2.4.5.tar.gz +PATCH_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ +PATCHFILES= sim-diffs RUN_DEPENDS= ${PREFIX}/dgd/bin/driver:${PORTSDIR}/net/dgd @@ -20,6 +22,9 @@ PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ -p ${PREFIX}/dgd # -r ${PKGDIR}/REQ +pre-patch: + @cd ${WRKDIR}; patch -s <2.4.5/diffs; mv 2.4.5/dgd . + do-build: @cd ${WRKDIR}/bin; make |