diff options
Diffstat (limited to 'sysutils/fpc-uuid/Makefile')
-rw-r--r-- | sysutils/fpc-uuid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fpc-uuid/Makefile b/sysutils/fpc-uuid/Makefile index 65310434ceea..29aef38b84f7 100644 --- a/sysutils/fpc-uuid/Makefile +++ b/sysutils/fpc-uuid/Makefile @@ -1,4 +1,4 @@ -# Created by: Christopher Key <cjk32@cam.ac.uk> +# Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |