diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-07 00:08:00 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-07 00:08:00 +0000 |
| commit | 76963402b01e9038375c992c0dd95cb38882f163 (patch) | |
| tree | 6bc0fdcfd03887de063f3d99ead6ab31d0cdc7ec | |
| parent | Upgrade to version 1.200. (diff) | |
Remove USE_REINPLACE to give portlint a better self-image.
PR: 95448
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes:
svn path=/head/; revision=158991
| -rw-r--r-- | devel/portlint/Makefile | 1 | ||||
| -rw-r--r-- | ports-mgmt/portlint/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile index dab546c1ec5a..1e9ecbc7bc10 100644 --- a/devel/portlint/Makefile +++ b/devel/portlint/Makefile @@ -19,7 +19,6 @@ COMMENT= A verifier for FreeBSD port directory NO_BUILD= yes WRKSRC= ${WRKDIR}/src USE_PERL5_RUN= yes -USE_REINPLACE= yes SRC= ${.CURDIR}/src diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index dab546c1ec5a..1e9ecbc7bc10 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -19,7 +19,6 @@ COMMENT= A verifier for FreeBSD port directory NO_BUILD= yes WRKSRC= ${WRKDIR}/src USE_PERL5_RUN= yes -USE_REINPLACE= yes SRC= ${.CURDIR}/src |
