aboutsummaryrefslogtreecommitdiffstats
path: root/mail/im/Makefile
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2000-03-08 03:10:05 +0800
committersada <sada@FreeBSD.org>2000-03-08 03:10:05 +0800
commit6db964c2e61e1a78dd6ed19e0bcd6e0b5b796af5 (patch)
tree0d10afcf4ae11a16c1c15673a3ec655b84d31efa /mail/im/Makefile
parent009eedf9e4f0a8c03cd72b37ea2cbd288b9aec64 (diff)
downloadfreebsd-ports-gnome-6db964c2e61e1a78dd6ed19e0bcd6e0b5b796af5.tar.gz
freebsd-ports-gnome-6db964c2e61e1a78dd6ed19e0bcd6e0b5b796af5.tar.zst
freebsd-ports-gnome-6db964c2e61e1a78dd6ed19e0bcd6e0b5b796af5.zip
Update patch for port's Makefile was not applied.
Pointed out by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Misoperated by: sada
Diffstat (limited to 'mail/im/Makefile')
-rw-r--r--mail/im/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/im/Makefile b/mail/im/Makefile
index f53925965952..d79e33402d41 100644
--- a/mail/im/Makefile
+++ b/mail/im/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= im-130
+DISTNAME= im-140
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \
ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \
@@ -35,4 +35,9 @@ post-install:
${INSTALL_DATA} dot.im/* ${SAMPLEDIR}
.endif
+## for make PLIST (only maintainer use)
+#arrange:
+# ${MAKE} -DPLIST_OVERRIDE \
+# DIRRMDEPTH=1 plist
+
.include <bsd.port.mk>