summaryrefslogtreecommitdiff
path: root/net/mpd
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2001-11-08 06:06:55 +0000
committerArchie Cobbs <archie@FreeBSD.org>2001-11-08 06:06:55 +0000
commit30458d205e2c3fd1fcceefdb17bc4855a0c8ac98 (patch)
tree150c2224a1fc12c90592eb571e8923c45919850a /net/mpd
parentAdd recycle bin support with WITH_RECYCLE hook (diff)
Add NO_LATEST_LINK=.
Requested by: Akinori MUSHA <knu@iDaemons.org>
Notes
Notes: svn path=/head/; revision=49833
Diffstat (limited to 'net/mpd')
-rw-r--r--net/mpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile
index 6d294bf18f1f..a35623ee3a36 100644
--- a/net/mpd/Makefile
+++ b/net/mpd/Makefile
@@ -17,5 +17,6 @@ MAINTAINER= archie@freebsd.org
MTREE_FILE= ${FILESDIR}/mpd.mtree
MAN8= mpd.8
MANCOMPRESSED= yes
+NO_LATEST_LINK=
.include <bsd.port.mk>