summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-09-08 14:58:34 +0000
committerhubertf <hubertf@pkgsrc.org>1999-09-08 14:58:34 +0000
commit5a99d93eea7befdd6b44a99655f7d07c6976a5db (patch)
tree499dc10ebf9c6be8ef10daedb724caff858f10fe /mk
parenta2c99c9350dd9273870090d654a8793dc0cfff82 (diff)
downloadpkgsrc-5a99d93eea7befdd6b44a99655f7d07c6976a5db.tar.gz
Upon "make distclean", also rm the README.html file.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 02a64d04308..ed48c54744f 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.334 1999/09/03 21:05:58 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.335 1999/09/08 14:58:34 hubertf Exp $
#
# This file is in the public domain.
#
@@ -1708,6 +1708,7 @@ distclean: pre-distclean clean
.if defined(DIST_SUBDIR)
-${_PKG_SILENT}${_PKG_DEBUG}${RMDIR} ${_DISTDIR}
.endif
+ -${_PKG_SILENT}${_PKG_DEBUG}${RM} -f README.html
.endif
# Prints out a list of files to fetch (useful to do a batch fetch)