diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-07-19 21:18:31 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-07-19 21:18:31 +0000 |
commit | 86321bf190f498ccda68ba0fc72c5ee0e5b973df (patch) | |
tree | e31aac227f25d6ebe1b920569a4ca1fc9fa79c9b /mail | |
parent | 5a8b3a7f1c9b28eeeae9156fe680ab90077e49ba (diff) | |
download | pkgsrc-86321bf190f498ccda68ba0fc72c5ee0e5b973df.tar.gz |
Uncontinuate lines that have become short.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-run/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/qmail-run/Makefile b/mail/qmail-run/Makefile index 781302b5a84..c2bba6eed8b 100644 --- a/mail/qmail-run/Makefile +++ b/mail/qmail-run/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/07/19 21:15:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2005/07/19 21:18:31 schmonz Exp $ # DISTNAME= qmail-run-20050415 @@ -35,8 +35,7 @@ INSTALLATION_DIRS= bin share/doc/qmail-run share/examples/qmail-run INSTALLED_QMAIL!= ${PKG_BEST_EXISTS} ${DEPENDS_QMAIL:C/:.*$//:Q:S/\ / /g} . if empty(INSTALLED_QMAIL:M*_not_found_) . if !defined(PKG_SYSCONFDIR.qmail-run) -PKG_SYSCONFDIR.qmail-run!= \ - ${PKG_INFO} -Q PKG_SYSCONFDIR ${INSTALLED_QMAIL} +PKG_SYSCONFDIR.qmail-run!= ${PKG_INFO} -Q PKG_SYSCONFDIR ${INSTALLED_QMAIL} . endif . endif .endif |