1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

Remove an unneeded empty directory.

Submitted by:	yoichi@eken.phys.nagoya-u.ac.jp (MAINTAINER)
This commit is contained in:
Akinori MUSHA 2001-09-13 15:12:01 +00:00
parent 06b4442156
commit 66f528de25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47803

View File

@ -41,5 +41,8 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/${ETCDIR}
.endfor
.endif
.if (${EMACS_PORT_NAME} == "xemacs21-mule")
${RMDIR} ${PREFIX}/${EMACS_LIBDIR}/site-packages/etc/irchat-pj
.endif
.include <bsd.port.mk>