summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-31 05:28:36 +0000
committerjlam <jlam>2003-08-31 05:28:36 +0000
commitbeb1e6e17a212e2313ca021e80f549af9ae37fa6 (patch)
tree24857d1e77d944c61aa1e0a0771d13c87ebe92be
parentf4a96854aaccfa035198250b708391209ef28de6 (diff)
downloadpkgsrc-beb1e6e17a212e2313ca021e80f549af9ae37fa6.tar.gz
Fix some whitespace and remove a redundant ".PHONY: tags" target.
-rw-r--r--mk/bsd.pkg.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 499049ae8bd..a1f313d4eaa 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1216.2.47 2003/08/30 23:05:03 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1216.2.48 2003/08/31 05:28:36 jlam Exp $
#
# This file is in the public domain.
#
@@ -4457,9 +4457,9 @@ fake-pkg: ${PLIST} ${DESCR} ${MESSAGE}
exit 1; \
fi
${_PKG_SILENT}${_PKG_DEBUG} \
- if [ ! -d ${_PKG_DBDIR} ]; then \
- ${RM} -f ${_PKG_DBDIR}; \
- ${MKDIR} ${_PKG_DBDIR}; \
+ if [ ! -d ${_PKG_DBDIR} ]; then \
+ ${RM} -f ${_PKG_DBDIR}; \
+ ${MKDIR} ${_PKG_DBDIR}; \
fi
. if defined(FORCE_PKG_REGISTER)
${_PKG_SILENT}${_PKG_DEBUG}${PKG_DELETE} -O ${PKGNAME}
@@ -4711,7 +4711,6 @@ real-su-remove-views:
depend:
.endif
-.PHONY: tags
# Same goes for tags
.PHONY: tags
.if !target(tags)