diff options
Diffstat (limited to 'textproc/xmlindent/Makefile')
-rw-r--r-- | textproc/xmlindent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xmlindent/Makefile b/textproc/xmlindent/Makefile index 70f45e993a4d..66262d4a183f 100644 --- a/textproc/xmlindent/Makefile +++ b/textproc/xmlindent/Makefile @@ -19,6 +19,7 @@ SOURCES= error.c indent.c buffer.c main.c MAN1= xmlindent.1 PLIST_FILES= bin/xmlindent +NO_STAGE= yes do-build: @cd ${WRKSRC}; flex xmlindent.yy ${CC} ${CFLAGS} ${SOURCES:C/(.*)/${WRKSRC}\/\1/} \ |