summaryrefslogtreecommitdiff
path: root/mail/smail
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-17 10:53:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-17 10:53:31 +0000
commit6470b4dc9c5e85815e7ec1472d2cfbd001a8ed2d (patch)
tree34d83443625691a3bb02eb0ebe7f22e82ced9b8b /mail/smail
parentRewind shlib version number. (diff)
tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:
libwrap is a shared library so it should be LIB_DEPENDS, and delete some spaces and tab-only lines.
Notes
Notes: svn path=/head/; revision=13204
Diffstat (limited to 'mail/smail')
-rw-r--r--mail/smail/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile
index c3703e24f9c1..f0222325f0c7 100644
--- a/mail/smail/Makefile
+++ b/mail/smail/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.19 1997/10/15 09:38:57 torstenb Exp $
+# $Id: Makefile,v 1.20 1998/01/25 20:45:14 torstenb Exp $
#
DISTNAME= smail-3.2.0.101
@@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \
MAINTAINER= torstenb@FreeBSD.ORG
-BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident \ ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper
+BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident
+LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
INSTALL_TARGET= install installman
@@ -52,7 +53,7 @@ replace:
fi;\
fi
if [ -e /usr/local/bin/newaliases ]; then \
- cp -fp /usr/local/bin/newaliases /usr/bin/newaliases; \
+ cp -fp /usr/local/bin/newaliases /usr/bin/newaliases; \
fi
if [ -e /usr/bin/mailq ]; then \
mv -f /usr/bin/mailq /usr/bin/mailq.BAK; \
@@ -63,5 +64,5 @@ replace:
if [ -e /usr/local/bin/mailq ]; then \
cp -fp /usr/local/bin/mailq /usr/bin/mailq; \
fi
-
+
.include <bsd.port.mk>