diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-04 21:41:12 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-04 21:41:12 +0000 |
commit | f07e7ab26ee96c06478847d07ac072b4b2c64e23 (patch) | |
tree | 780c78ced02c5c3bcb3d612d1393cc5c6430bb34 /devel/cmunge | |
parent | 96a9db84f56439cc43a27916a26e273d5249cad7 (diff) | |
download | FreeBSD-ports-f07e7ab26ee96c06478847d07ac072b4b2c64e23.zip FreeBSD-ports-f07e7ab26ee96c06478847d07ac072b4b2c64e23.tar.gz |
Remove USE_REINPLACE from all categories starting with D
Diffstat (limited to 'devel/cmunge')
-rw-r--r-- | devel/cmunge/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/cmunge/Makefile b/devel/cmunge/Makefile index 467048c..689f468 100644 --- a/devel/cmunge/Makefile +++ b/devel/cmunge/Makefile @@ -21,8 +21,6 @@ MAKE_ARGS= CC="${CC} ${CFLAGS}" PLIST_FILES= bin/cmunge bin/ctran bin/proc-incl PORTDOCS= * -USE_REINPLACE= yes - post-patch: @${REINPLACE_CMD} -e 's|/vcpc_users/jhm/bin/cmunger|${PREFIX}|; \ s|/usr/ccs/lib/cpp|/usr/bin/cpp|' ${WRKSRC}/cmunge |