diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-12 04:27:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-12 04:27:58 +0000 |
commit | 7894b064e1e37da356fb0491d388aea8c67b2303 (patch) | |
tree | cc584845c107852154ae6dfad8625a90d6389c22 /pkgtools/pkglint | |
parent | 639f5a2292623f29f0ad3535648b30911c741972 (diff) | |
download | pkgsrc-7894b064e1e37da356fb0491d388aea8c67b2303.tar.gz |
- Added plist-clash.pl to the list of files that have @PERL@ replaced.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 1f8ba7fbb17..8f7215770b8 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.321 2006/01/10 00:52:00 rillig Exp $ +# $NetBSD: Makefile,v 1.322 2006/01/12 04:27:58 rillig Exp $ # DISTNAME= pkglint-4.52 @@ -28,6 +28,7 @@ SUBST_CLASSES+= pkglint SUBST_STAGE.pkglint= post-configure SUBST_FILES.pkglint+= lintpkgsrc.0 lintpkgsrc.1 lintpkgsrc.pl SUBST_FILES.pkglint+= pkglint.0 pkglint.1 pkglint.pl +SUBST_FILES.pkglint+= plist-clash.pl .if defined(BATCH) SUBST_SED.pkglint+= -e 's|@PKGSRCDIR@|/usr/pkgsrc|g' .else |