summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-31 11:06:02 +0000
committerjlam <jlam>2003-08-31 11:06:02 +0000
commitf247241aa427776aad542dcf674abc26a8cab9c9 (patch)
tree1065ebe37110c77c52cb674b6fe6d1f3355e8c0c
parent7f476f7679c99214fdd71c5cca6f12315fb76a67 (diff)
downloadpkgsrc-f247241aa427776aad542dcf674abc26a8cab9c9.tar.gz
Fix whitespace
-rw-r--r--pkgtools/pkg_install/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 1e74f378b36..ffbca0fb1a1 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2003/08/31 10:55:26 jlam Exp $
+# $NetBSD: Makefile,v 1.75 2003/08/31 11:06:02 jlam Exp $
# Notes to package maintainers:
#
@@ -43,11 +43,11 @@ do-extract:
@${CP} -Rp ${FILESDIR} ${WRKSRC}
post-install:
- if [ ! -f ${PKG_DBDIR}/pkgdb.byfile.db ]; then \
- if [ ! -d ${PKG_DBDIR} ]; then \
- ${INSTALL_DATA_DIR} ${PKG_DBDIR}; \
- fi; \
- ${PKG_ADMIN} rebuild ; \
+ if [ ! -f ${PKG_DBDIR}/pkgdb.byfile.db ]; then \
+ if [ ! -d ${PKG_DBDIR} ]; then \
+ ${INSTALL_DATA_DIR} ${PKG_DBDIR}; \
+ fi; \
+ ${PKG_ADMIN} rebuild; \
fi
.include "../../mk/bsd.pkg.mk"