diff options
Diffstat (limited to 'textproc/sed_inplace')
-rw-r--r-- | textproc/sed_inplace/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/sed_inplace/Makefile b/textproc/sed_inplace/Makefile index 96575bff77ec..134a19eb858c 100644 --- a/textproc/sed_inplace/Makefile +++ b/textproc/sed_inplace/Makefile @@ -19,6 +19,8 @@ NO_WRKSUBDIR= yes 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. .endif .include <bsd.port.pre.mk> |