diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 13:42:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 13:42:12 +0800 |
commit | 3082b65401d86adab3138444cabed9ab721b1e5d (patch) | |
tree | 28191a575627276dda55393a292bc03acf550a9c /net/dgd-lpmud | |
parent | bb2019ec1aaf0255d4d77b19b77c486b614784ef (diff) | |
download | freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.gz freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.zst freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.zip |
Update of net Makefiles! Am I done? :)
Diffstat (limited to 'net/dgd-lpmud')
-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 |