aboutsummaryrefslogtreecommitdiff
path: root/japanese/tdiary
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2005-06-13 04:42:39 +0000
committerPatrick Li <pat@FreeBSD.org>2005-06-13 04:42:39 +0000
commitd6f84a188c0bb94b0a3c7a1083e2443f9376ae7c (patch)
tree7c1baed132f0983663b72064e603d65f22d94a11 /japanese/tdiary
parent9480dee06a24541849fdf441f7464ffc1f45052c (diff)
downloadports-d6f84a188c0bb94b0a3c7a1083e2443f9376ae7c.tar.gz
ports-d6f84a188c0bb94b0a3c7a1083e2443f9376ae7c.zip
Add knob (WITH_TDIARY_DEVEL) to use devel masterport
PR: ports/82099 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=137384
Diffstat (limited to 'japanese/tdiary')
-rw-r--r--japanese/tdiary/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/japanese/tdiary/Makefile b/japanese/tdiary/Makefile
index 402ea9722b09..585a91b75193 100644
--- a/japanese/tdiary/Makefile
+++ b/japanese/tdiary/Makefile
@@ -10,7 +10,16 @@ CATEGORIES= japanese www ruby
MAINTAINER= jfkimura@yahoo.co.jp
TDIARY_LANG= tdiary.conf-ja
-CONFLICTS= tdiary-*
MASTERDIR?= ${.CURDIR}/../../www/tdiary
+.if defined(WITH_TDIARY_DEVEL)
+CONFLICTS= tdiary-devel-[0-9]*
+PKGNAMESUFFIX= -devel
+MASTERDIR= ${.CURDIR}/../../www/tdiary-devel
+MD5_FILE= ${.CURDIR}/../../www/tdiary-devel/distinfo
+.else
+CONFLICTS= tdiary-[0-9]*
+MD5_FILE= ${.CURDIR}/../../www/tdiary/distinfo
+.endif
+
.include "${MASTERDIR}/Makefile"