diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
commit | 1915f515b216a732336342dc5f75fc15522dd386 (patch) | |
tree | f1bca1068b3c2264534e807b6185569dc271a50c /astro/luna/Makefile | |
parent | b0a59368cea94d80566afc72c000b41a68b3a8fe (diff) | |
download | FreeBSD-ports-1915f515b216a732336342dc5f75fc15522dd386.zip FreeBSD-ports-1915f515b216a732336342dc5f75fc15522dd386.tar.gz |
Remove USE_REINPLACE from ports in categories starting with A.
Diffstat (limited to 'astro/luna/Makefile')
-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 d7b4182..2f704bc 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 |