summaryrefslogtreecommitdiff
path: root/pkgtools/pkgclean/Makefile
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-01-19 03:31:30 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-01-19 03:31:30 +0000
commitf6a9912e48d2af120d595c0429452bb5c19bc377 (patch)
tree86e781fdce09a1bb4db0ca02e0fcec20458fec5f /pkgtools/pkgclean/Makefile
parentbf6ad0e2451623a0bea1a3dd24a4e8037f3b6967 (diff)
downloadpkgsrc-f6a9912e48d2af120d595c0429452bb5c19bc377.tar.gz
pkgclean: check that PKGSRCDIR is a valid directory
For those of us who have multiple pkgsrc trees, or move them around, and forget the path gets hard-coded into the shell script, or make a typo when supplying an alternate PKGSRCDIR, and then wonder why nothing gets cleaned.
Diffstat (limited to 'pkgtools/pkgclean/Makefile')
-rw-r--r--pkgtools/pkgclean/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgclean/Makefile b/pkgtools/pkgclean/Makefile
index 794df6d06ea..4243523bd64 100644
--- a/pkgtools/pkgclean/Makefile
+++ b/pkgtools/pkgclean/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/05/23 19:23:13 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2020/01/19 03:31:30 gutteridge Exp $
-PKGNAME= pkgclean-20051116
+PKGNAME= pkgclean-20200119
CATEGORIES= pkgtools
MAINTAINER= pkgsrc-users@NetBSD.org