diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2007-03-10 13:31:09 +0800 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2007-03-10 13:31:09 +0800 |
commit | 0ecc90c82a606030630de19133cfaae50a0974e6 (patch) | |
tree | b84324a4b5f259b75aef1f29f2e547b55d17fb8c /japanese | |
parent | f256604b1adba848432440be41f62df6990cd6da (diff) | |
download | freebsd-ports-gnome-0ecc90c82a606030630de19133cfaae50a0974e6.tar.gz freebsd-ports-gnome-0ecc90c82a606030630de19133cfaae50a0974e6.tar.zst freebsd-ports-gnome-0ecc90c82a606030630de19133cfaae50a0974e6.zip |
Add CONFLICTS=nmh-[0-9]*
PR: ports/109402
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile index ea75cc89f43a..e64127d503b2 100644 --- a/japanese/mh/Makefile +++ b/japanese/mh/Makefile @@ -42,6 +42,8 @@ DOCDIR= ${PREFIX}/share/doc/${PKGBASE} READMES= 00.READ.ME.1ST CHANGES.JP COMMANDS.JP FAQ.JP FEATURES.JP \ INSTALL.JP OPTIONS.JP READ-ME.JP TODO.JP +CONFLICTS= nmh-[0-9]* + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCDIR} |