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 | 26f0ca9e7812b0a16067a6362bdd4d7429c3831e (patch) | |
tree | e31aac227f25d6ebe1b920569a4ca1fc9fa79c9b /mail/qmail-run | |
parent | 6d2a4aa1d3a2767938e2ae9a60515fd2d9b852e8 (diff) | |
download | pkgsrc-26f0ca9e7812b0a16067a6362bdd4d7429c3831e.tar.gz |
Uncontinuate lines that have become short.
Diffstat (limited to 'mail/qmail-run')
-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 |