diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 12:29:10 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 12:29:10 +0000 |
commit | b3ba3ae4272e4c4220fb51995e26b0b707865b33 (patch) | |
tree | 43a10a02f7124aa5b738e7b4700f122f30641001 /textproc | |
parent | 77de57715eaa7f5916568b4cc5abd98ede51b434 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 1 | ||||
-rw-r--r-- | textproc/sed_inplace/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 405f3c589a51..48d21aac2995 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -26,7 +26,6 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-doc-dir=${DOCSDIR} USE_GMAKE= yes -USE_REINPLACE= yes MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes diff --git a/textproc/sed_inplace/Makefile b/textproc/sed_inplace/Makefile index 134a19eb858c..96575bff77ec 100644 --- a/textproc/sed_inplace/Makefile +++ b/textproc/sed_inplace/Makefile @@ -19,8 +19,6 @@ 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> |