aboutsummaryrefslogtreecommitdiff
path: root/mail/wanderlust-emacs
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-10-12 07:14:29 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-10-12 07:14:29 +0000
commit25d087514bea217cf7be6d1bd5c67ba891d0ac79 (patch)
tree022e4f09750e39b132b13db214152dc54701c112 /mail/wanderlust-emacs
parentec711771e4ce8bd0d499b215c40044895f14be87 (diff)
downloadports-25d087514bea217cf7be6d1bd5c67ba891d0ac79.tar.gz
ports-25d087514bea217cf7be6d1bd5c67ba891d0ac79.zip
remove testing for PREFIX/info/dir as this is done in bsd.port.mk
Notes
Notes: svn path=/head/; revision=22368
Diffstat (limited to 'mail/wanderlust-emacs')
-rw-r--r--mail/wanderlust-emacs/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/wanderlust-emacs/Makefile b/mail/wanderlust-emacs/Makefile
index 094cf892fc14..ced473ae8b06 100644
--- a/mail/wanderlust-emacs/Makefile
+++ b/mail/wanderlust-emacs/Makefile
@@ -84,9 +84,6 @@ post-install:
@install-info --section=${DIRSECTION} ${PREFIX}/${EMACS_VER_LIBDIR}/info/wl-ja.info ${PREFIX}/${EMACS_VER_LIBDIR}/info/dir
.endif
.if (${EMACS_PORT} == "emacs20" || ${EMACS_PORT} == "mule")
- @if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
@${INSTALL_DATA} ${WRKSRC}/doc/wl-ja.info ${PREFIX}/info
@install-info --section=${DIRSECTION} ${PREFIX}/info/wl-ja.info ${PREFIX}/info/dir
.endif