Add a missing @dirrm from PLIST, noticed by bento.
PR: 18774 Submitted by: maintainer
This commit is contained in:
parent
62ad072bc2
commit
4cfca37ff8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28890
@ -40,8 +40,8 @@ DOCDIR= share/doc/emacs20-dl-canna
|
||||
DLCANNA_VER= 1.4
|
||||
# hack to allow parallel build to work
|
||||
.if defined(PARALLEL_PACKAGE_BUILD)
|
||||
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake \
|
||||
autoconf:${PORTSDIR}/devel/autoconf
|
||||
BUILD_DEPENDS+= ${GMAKE}:${PORTSDIR}/devel/gmake \
|
||||
${AUTOCONF}:${PORTSDIR}/devel/autoconf
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
@ -6,4 +6,5 @@ libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/canna.so
|
||||
%%LISPDIR%%/canna/canna-leim.elc
|
||||
%%DOCDIR%%/README.ja
|
||||
%%DOCDIR%%/ChangeLog
|
||||
@dirrm %%LISPDIR%%/canna
|
||||
@dirrm %%DOCDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user