diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-12-13 13:09:36 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-12-13 13:09:36 +0000 |
commit | 46604d2303eca3637b103b6a1c3ec587023bdc98 (patch) | |
tree | 85979467b6b5208b4733438de52d3e82cf17f930 /japanese | |
parent | - Fix the symbolic link created by pkg_add (diff) |
* Fix pkg-message generation on read-only filesystem.
* Add CONFICT to www/tdiary and japanese/tdiary.
PR: ports/60201
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=95722
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tdiary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/tdiary/Makefile b/japanese/tdiary/Makefile index 2aad64ec4a90..428127f6af2d 100644 --- a/japanese/tdiary/Makefile +++ b/japanese/tdiary/Makefile @@ -10,6 +10,7 @@ CATEGORIES= japanese www ruby MAINTAINER= jfkimura@yahoo.co.jp TDIARY_LANG= tdiary.conf-ja +CONFLICTS= tdiary-1.* MASTERDIR?= ${.CURDIR}/../../www/tdiary .include "${MASTERDIR}/Makefile" |