diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-02 09:37:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-02 09:37:22 +0000 |
commit | 84eebfd215655d2ec93d037a57bc894df3c439e4 (patch) | |
tree | 8d6b7e890f222ac746cce14e71a971c4b8c08559 /shells/static-tcsh/Makefile | |
parent | 55ffb37406a84184fb4d92bd4b3ea2544fdf25da (diff) | |
download | pkgsrc-84eebfd215655d2ec93d037a57bc894df3c439e4.tar.gz |
Drop '/pkg' from PKGDIR.
Noted by Neil Booth via pkg/14807.
Diffstat (limited to 'shells/static-tcsh/Makefile')
-rw-r--r-- | shells/static-tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile index 0e4503dfd5e..472d4d9cc9c 100644 --- a/shells/static-tcsh/Makefile +++ b/shells/static-tcsh/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/14 12:46:44 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/02 09:37:22 wiz Exp $ # DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches -PKGDIR= ${.CURDIR}/../../shells/tcsh/pkg +PKGDIR= ${.CURDIR}/../../shells/tcsh CONFLICTS= tcsh-[0-9]* |