diff options
Diffstat (limited to 'german/dtaus/Makefile')
-rw-r--r-- | german/dtaus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/german/dtaus/Makefile b/german/dtaus/Makefile index 1193c9221016..7adf0d82081c 100644 --- a/german/dtaus/Makefile +++ b/german/dtaus/Makefile @@ -10,6 +10,8 @@ COMMENT= Belegloser DatenTraegerAUStausch LICENSE= GPLv2 +NO_STAGE= yes + ALL_TARGET= dtaus PLIST_FILES= bin/dtaus @@ -18,7 +20,6 @@ PORTEXAMPLES= dtaus.cls sample.ctl MAN1= dtaus.1 MAN5= dtaus.5 -NO_STAGE= yes do-configure: ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ ${WRKSRC}/bigint.c ${WRKSRC}/dtaus.c |