diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 14:37:49 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 14:37:49 +0000 |
commit | 91c72c4d4a845acb4d323ffe1b2c4ca03ac9c976 (patch) | |
tree | 574a5630cefad4ae5ed8a1cec581224f2a8fd496 | |
parent | Upgrade to 0.45 (diff) |
Back out my erroneous commit to this file.
noticed by: freshports.org sanity-checking
Notes
Notes:
svn path=/head/; revision=94178
-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> |