diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
commit | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch) | |
tree | a1af5f735773338776c8d3edd5fc818f4890fb96 /net/dgd-lpmud/Makefile | |
parent | Update of communication programs' Makefiles! (diff) |
Update of net Makefiles! Am I done? :)
Diffstat (limited to '')
-rw-r--r-- | net/dgd-lpmud/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 1d5b84283259..791507af0e5c 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -3,18 +3,20 @@ # Date created: 10 November 1994 # Whom: adam # +# $Id$ +# DISTNAME= dgd-lpmud -DISTFILES= sim-2.4.5.tar.gz 2.4.5.tar.gz -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ +PKGNAME= dgd-lpmud-2.4.5 CATEGORIES+= networking +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ ftp://ftp.lysator.liu.se/pub/lpmud/mudlibs/other/ -NCFTPFLAGS= -P - -NO_WRKSUBDIR= +DISTFILES= sim-2.4.5.tar.gz 2.4.5.tar.gz DEPENDS= ${PORTSDIR}/net/dgd +NCFTPFLAGS= -P +NO_WRKSUBDIR= PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ -r ${PKGDIR}/REQ |