diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
commit | 179697185db80e426e28ad40d6d8ff6c2b143872 (patch) | |
tree | 1d93c88edb7b001cd163c05bf6a97f1ad07856e3 /astro/luna | |
parent | f0042b318fc95e42fd6cbdddf7718824cbe71d27 (diff) |
Remove USE_REINPLACE from ports in categories starting with A.
Notes
Notes:
svn path=/head/; revision=161245
Diffstat (limited to 'astro/luna')
-rw-r--r-- | astro/luna/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index d7b41820ab8a..2f704bc3af3d 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -25,8 +25,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/luna MAKEFILE= makefile -USE_REINPLACE= yes - post-patch: @${REINPLACE_CMD} -e 's|varargs.h|stdarg.h|' ${WRKSRC}/iprintf/idoprnt.c |