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 | e6e6cf9fb734c6ac0e61cc689bf016586d4d3c70 (patch) | |
tree | cc584845c107852154ae6dfad8625a90d6389c22 /pkgtools | |
parent | 6e353a6a3d12f7b99dc7800f90143c8ea783ab39 (diff) | |
download | pkgsrc-e6e6cf9fb734c6ac0e61cc689bf016586d4d3c70.tar.gz |
- Added plist-clash.pl to the list of files that have @PERL@ replaced.
Diffstat (limited to 'pkgtools')
-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 |