diff options
author | adam <adam@FreeBSD.org> | 1996-06-16 15:42:43 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-06-16 15:42:43 +0000 |
commit | d25a7bc9cac4fde0e17c51f48742980b6d6a7b8e (patch) | |
tree | f701e4093eb17567d914580cdb19f1abc478f5bc /net/dgd-lpmud/Makefile | |
parent | 5de12e54b4ca4998f3e871cce98ea889470bb9d1 (diff) | |
download | FreeBSD-ports-d25a7bc9cac4fde0e17c51f48742980b6d6a7b8e.zip FreeBSD-ports-d25a7bc9cac4fde0e17c51f48742980b6d6a7b8e.tar.gz |
install for real when making a package
Diffstat (limited to 'net/dgd-lpmud/Makefile')
-rw-r--r-- | net/dgd-lpmud/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 2b18771..048ebc8 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -3,18 +3,15 @@ # Date created: 10 November 1994 # Whom: adam # -# $Id: Makefile,v 1.8 1996/02/29 08:50:30 asami Exp $ +# $Id: Makefile,v 1.9 1996/03/19 14:45:55 adam Exp $ # DISTNAME= dgd-lpmud PKGNAME= dgd-lpmud-2.4.5 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 +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ +DISTFILES= 2.4.5-for-1.0.37.tgz +#DISTFILES= sim-2.4.5.tar.gz MAINTAINER= adam@veda.is @@ -25,9 +22,6 @@ 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 |