diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-08-13 14:17:11 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-08-13 14:17:11 +0000 |
commit | 90d7f05cfb92fe48c42f337a3709d7b7ff5260dc (patch) | |
tree | 7a63840d32ef11dcd73d9fe44068a5384803065c /mail/qmail/Makefile | |
parent | 93039773f46b90c262f2f7f60fe3567c62b882f4 (diff) | |
download | pkgsrc-90d7f05cfb92fe48c42f337a3709d7b7ff5260dc.tar.gz |
Create symlink from /var/qmail to ${PREFIX}/qmail, so we can list files in PLIST.
Yes, it isn't very clear idea, but better than empty PLIST and a bunch
of @unexec rm -rf's in it.
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 38d68748239..b4b97bbdaa8 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/13 09:10:10 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/13 14:17:11 zuntum Exp $ # DISTNAME= qmail-1.03 @@ -60,6 +60,7 @@ pre-build: pre-install: ${SED} ${FILES_SUBST_SED} ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} + ${LN} -sf ${QMAILDIR} ${PREFIX}/qmail post-install: ${MKDIR} ${QMAILDIR}/alias |