diff options
author | asami <asami@FreeBSD.org> | 1999-03-01 05:41:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-01 05:41:09 +0800 |
commit | 6bc660cfc7ac1371465b2ac3d0667bc2693c9176 (patch) | |
tree | 125c0511225348952589f1efb091a383b10e7504 | |
parent | 70eeea117c3a0208612bbdadbfba1afdf3b26321 (diff) | |
download | freebsd-ports-gnome-6bc660cfc7ac1371465b2ac3d0667bc2693c9176.tar.gz freebsd-ports-gnome-6bc660cfc7ac1371465b2ac3d0667bc2693c9176.tar.zst freebsd-ports-gnome-6bc660cfc7ac1371465b2ac3d0667bc2693c9176.zip |
Portlint (files -> ${FILESDIR}).
-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 |