summaryrefslogtreecommitdiff
path: root/mail/elm/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-17 18:28:27 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-17 18:28:27 +0000
commit542450020813a8eb97273466ec4ed4561f96823b (patch)
tree858cecab67c07a233910a4847f73d099a1199290 /mail/elm/Makefile
parent1f2d5cdd9a6c920233e7460f5978111dc3a6ee08 (diff)
downloadfreebsd-ports-542450020813a8eb97273466ec4ed4561f96823b.zip
Whoops. I broke pkg_add while removing the manpages from the plist.
Fix pkg_delete while I'm here. Gee, wouldn't it be nice if bsd.port.mk had support for MLINKs? ;-)
Diffstat (limited to 'mail/elm/Makefile')
-rw-r--r--mail/elm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
index f9e551f8cb9d..44ed73bf5ad7 100644
--- a/mail/elm/Makefile
+++ b/mail/elm/Makefile
@@ -4,7 +4,7 @@
# Date created: 26 June 1995
# Whom: ache
#
-# $Id: Makefile,v 1.44 1998/04/27 21:10:09 ache Exp $
+# $Id: Makefile,v 1.45 1998/07/23 22:58:27 ache Exp $
#
DISTNAME= elm-2.4ME+43
@@ -34,5 +34,6 @@ post-install:
${INSTALL_DATA} \
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
fi
+ ${LN} -f ${PREFIX}/man/man1/frm.1 ${PREFIX}/man/man1/nfrm.1
.include <bsd.port.mk>