diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-28 21:41:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-28 21:41:09 +0000 |
commit | 8a075676eff4f99c1ff2622e9692897eeee9aa57 (patch) | |
tree | 355ff959ba69c6ab307bccfd903e132d7f8ee334 /net/mpd | |
parent | 5c087906613f846da19ce50b5603ce2c744a0d42 (diff) | |
download | ports-8a075676eff4f99c1ff2622e9692897eeee9aa57.tar.gz ports-8a075676eff4f99c1ff2622e9692897eeee9aa57.zip |
Notes
Diffstat (limited to 'net/mpd')
-rw-r--r-- | net/mpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index 0f9410829c22..04a0b3c1b17c 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Feb 1999 # Whom: Archie Cobbs # -# $Id: Makefile,v 1.10 1998/11/19 06:24:40 archie Exp $ +# $Id: Makefile,v 1.11 1999/02/26 06:25:10 archie Exp $ # DISTNAME= mpd-2.0b1 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.whistle.com/pub/archie/mpd/ MAINTAINER= archie@freebsd.org -MTREE_FILE= files/mpd.mtree +MTREE_FILE= ${FILESDIR}/mpd.mtree MAN8= mpd.8 MANCOMPRESSED= yes |