diff options
Diffstat (limited to 'archivers/fpc-unzip/Makefile')
-rw-r--r-- | archivers/fpc-unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile index 66b35c39bc7d..da02dab88bc2 100644 --- a/archivers/fpc-unzip/Makefile +++ b/archivers/fpc-unzip/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= archivers lang PKGNAMESUFFIX= -unzip @@ -15,7 +15,7 @@ COMMENT= Free Pascal routines for unzipping zip files USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} OPTIONS= UNZIP "Install unzip tools" on |