diff options
Diffstat (limited to 'archivers/fpc-paszlib/Makefile')
-rw-r--r-- | archivers/fpc-paszlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/fpc-paszlib/Makefile b/archivers/fpc-paszlib/Makefile index cdecc95d18aa..aec1aa1afd81 100644 --- a/archivers/fpc-paszlib/Makefile +++ b/archivers/fpc-paszlib/Makefile @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper +# Created by: John Merryweather Cooper # $FreeBSD$ PORTREVISION= 0 @@ -10,6 +10,7 @@ COMMENT= Free Pascal unit for native compression IO USE_FPC= hash +NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} |