diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-17 22:37:49 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-17 22:37:49 +0800 |
commit | e3f2592b9cd69e96dba1e6b20b0cbf73ecbe1d07 (patch) | |
tree | f66ac3d6183ba6568a4de687a52d7da1fc13225d /textproc | |
parent | 159af295eee7a570be05c0821bb54468a4b4fd78 (diff) | |
download | freebsd-ports-graphics-e3f2592b9cd69e96dba1e6b20b0cbf73ecbe1d07.tar.gz freebsd-ports-graphics-e3f2592b9cd69e96dba1e6b20b0cbf73ecbe1d07.tar.zst freebsd-ports-graphics-e3f2592b9cd69e96dba1e6b20b0cbf73ecbe1d07.zip |
Back out my erroneous commit to this file.
noticed by: freshports.org sanity-checking
Diffstat (limited to 'textproc')
-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 96575bff77e..134a19eb858 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> |