diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-10-12 07:14:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-10-12 07:14:29 +0000 |
commit | 25d087514bea217cf7be6d1bd5c67ba891d0ac79 (patch) | |
tree | 022e4f09750e39b132b13db214152dc54701c112 /mail/wanderlust | |
parent | ec711771e4ce8bd0d499b215c40044895f14be87 (diff) | |
download | ports-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')
-rw-r--r-- | mail/wanderlust/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index 094cf892fc14..ced473ae8b06 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/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 |