diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 08:36:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 08:36:40 +0000 |
commit | d3e0159799ec38492b0692c419e0c297f0ec104f (patch) | |
tree | e7807723f97c0f63eae38e276c1af6221a0f65a7 /mail/qmail/Makefile | |
parent | 3fe58d369b481c4eb5414c814c68b2eb3ec09cf4 (diff) | |
download | FreeBSD-ports-d3e0159799ec38492b0692c419e0c297f0ec104f.zip FreeBSD-ports-d3e0159799ec38492b0692c419e0c297f0ec104f.tar.gz |
Need to create etc/rc.d by myself if I'm not going to run mtree.
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index ee5c771..9503ea8 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -3,7 +3,7 @@ # Date created: 25 May 1998 # Whom: Mario S F Ferreira <lioux@gns.com.br> et al. # -# $Id: Makefile,v 1.6 1998/07/28 00:54:03 hoek Exp $ +# $Id: Makefile,v 1.7 1998/08/20 05:38:19 hoek Exp $ # DISTNAME= qmail-1.03 @@ -125,6 +125,7 @@ do-install: @# This is not part of qmail proper, hence the 2nd class citizenship @${INSTALL_SCRIPT} ${FILESDIR}/mkaliasdir ${PREFIX}/${DOCDIR} @cd ${PREFIX}/configure ; ./config + @${MKDIR} /usr/local/etc/rc.d @${LN} -sf ${PREFIX}/rc /usr/local/etc/rc.d/qmail.sh @${ECHO} @${SED} s!/usr/local/!${PREFIX}/!g ${PKGDIR}/MESSAGE | /usr/bin/fmt |