Skip to content

Commit

Permalink
Uncontinuate lines that have become short.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Jul 19, 2005
1 parent 508c8e6 commit 705ef95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions 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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions net/djbdns-run/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2005/07/19 21:15:10 schmonz Exp $
# $NetBSD: Makefile,v 1.9 2005/07/19 21:18:31 schmonz Exp $
#

DISTNAME= djbdns-run-20050415
Expand Down Expand Up @@ -45,8 +45,7 @@ INSTALLATION_DIRS= bin share/doc/djbdns-run
INSTALLED_DJBDNS!= ${PKG_BEST_EXISTS} ${DEPENDS_DJBDNS:C/:.*$//:Q:S/\ / /g}
. if empty(INSTALLED_DJBDNS:M*_not_found_)
. if !defined(PKG_SYSCONFDIR.djbdns-run)
PKG_SYSCONFDIR.djbdns-run!= \
${PKG_INFO} -Q PKG_SYSCONFDIR ${INSTALLED_DJBDNS}
PKG_SYSCONFDIR.djbdns-run!= ${PKG_INFO} -Q PKG_SYSCONFDIR ${INSTALLED_DJBDNS}
. endif
. endif
.endif
Expand Down

0 comments on commit 705ef95

Please sign in to comment.