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/pmf | |
parent | 4bcb62c6f9e425544e90df955e8cbe045ed5130f (diff) | |
download | ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.tar.gz ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.zip |
Update of net Makefiles! Am I done? :)
Notes
Notes:
svn path=/head/; revision=1363
Diffstat (limited to 'net/pmf')
-rw-r--r-- | net/pmf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/pmf/Makefile b/net/pmf/Makefile index 7c1237dd4fe4..e7bd1bbf16eb 100644 --- a/net/pmf/Makefile +++ b/net/pmf/Makefile @@ -3,12 +3,13 @@ # Date created: 24 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.3 1994/09/25 19:43:30 adam Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:48:28 jkh Exp $ # DISTNAME= pmf-1.13.1 -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/clients/ CATEGORIES+= networking +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/clients/ + WRKSRC= ${WRKDIR}/pmfdir/src pre-install: |