diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-01-27 09:38:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-01-27 09:38:34 +0000 |
commit | 739e564b8c9fdc6f34988464c84e7f9d73ff76b2 (patch) | |
tree | f64ff64679fd495c9e8861d7c66677b08bbac928 /textproc/sed_inplace | |
parent | 61901c3d0f7b0cf1a697f705d6ecdbae3b9eadac (diff) |
Notes
Diffstat (limited to 'textproc/sed_inplace')
-rw-r--r-- | textproc/sed_inplace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sed_inplace/Makefile b/textproc/sed_inplace/Makefile index 048860cc6eca..e40e4344dd0f 100644 --- a/textproc/sed_inplace/Makefile +++ b/textproc/sed_inplace/Makefile @@ -21,7 +21,7 @@ MAKEFILE= ${PKGDIR}/src/Makefile MAKE_ENV= PKGDIR="${PKGDIR}" .ifdef USE_REINPLACE -.error You have `USE_REINPLACE' variable defined either in environment or in make(1) arguments. Please undefine and try again. +IGNORE= Cannot install: you have `USE_REINPLACE' variable defined either in environment or in make(1) arguments. Please undefine and try again .endif .include <bsd.port.pre.mk> |