aboutsummaryrefslogtreecommitdiff
path: root/japanese/tdiary
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-13 15:17:03 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-13 15:17:03 +0000
commit430024fe69a36e76b593cb602965fd6b2f497dde (patch)
tree8d618739893077777f4ef74412e416b41a074fe7 /japanese/tdiary
parent28f069d04be3dadab1b480567af7b69aed061be6 (diff)
downloadports-430024fe69a36e76b593cb602965fd6b2f497dde.tar.gz
ports-430024fe69a36e76b593cb602965fd6b2f497dde.zip
Remove support for tdiary-devel, which is about to be removed
due to security vulnerabilites.
Notes
Notes: svn path=/head/; revision=235688
Diffstat (limited to 'japanese/tdiary')
-rw-r--r--japanese/tdiary/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/japanese/tdiary/Makefile b/japanese/tdiary/Makefile
index c70d7a2fd918..f14a007b59fe 100644
--- a/japanese/tdiary/Makefile
+++ b/japanese/tdiary/Makefile
@@ -12,18 +12,8 @@ MAINTAINER= tota@rtfm.jp
TDIARY_LANG= ja
MASTERDIR?= ${.CURDIR}/../../www/tdiary
-.if defined(WITH_TDIARY_DEVEL)
-CONFLICTS= ja-tdiary-[0-9]* \
- tdiary-[0-9]* \
- tdiary-devel-[0-9]*
-PKGNAMESUFFIX= -devel
-MASTERDIR= ${.CURDIR}/../../www/tdiary-devel
-MD5_FILE= ${.CURDIR}/../../www/tdiary-devel/distinfo
-.else
-CONFLICTS= ja-tdiary-devel-[0-9]* \
- tdiary-[0-9]* \
- tdiary-devel-[0-9]*
+CONFLICTS= tdiary-[0-9]*
+
MD5_FILE= ${.CURDIR}/../../www/tdiary/distinfo
-.endif
.include "${MASTERDIR}/Makefile"