aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wanderlust
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-10-12 15:14:29 +0800
committermharo <mharo@FreeBSD.org>1999-10-12 15:14:29 +0800
commit817db0f671538ced2758e1ef9263cfb96287ff06 (patch)
treed61faffa60f1d0779477b60386bfb28fd5e2f884 /mail/wanderlust
parent996bf41b0849c28a2c8b65b3446601fd72745479 (diff)
downloadfreebsd-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/Makefile3
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