diff options
author | mharo <mharo@FreeBSD.org> | 1999-10-12 15:14:29 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-10-12 15:14:29 +0800 |
commit | 817db0f671538ced2758e1ef9263cfb96287ff06 (patch) | |
tree | d61faffa60f1d0779477b60386bfb28fd5e2f884 /mail/wanderlust | |
parent | 996bf41b0849c28a2c8b65b3446601fd72745479 (diff) | |
download | freebsd-ports-gnome-817db0f671538ced2758e1ef9263cfb96287ff06.tar.gz freebsd-ports-gnome-817db0f671538ced2758e1ef9263cfb96287ff06.tar.zst freebsd-ports-gnome-817db0f671538ced2758e1ef9263cfb96287ff06.zip |
remove testing for PREFIX/info/dir as this is done in bsd.port.mk
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 |