diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
commit | b9f5999732e7222774f10d977b14daa0de7edb33 (patch) | |
tree | 044201e303293fd0309f62c7913147adac234a3f /archivers/fpc-unzip | |
parent | d1e3ce6200d91f3614414d6fe681770741edf369 (diff) | |
download | ports-b9f5999732e7222774f10d977b14daa0de7edb33.tar.gz ports-b9f5999732e7222774f10d977b14daa0de7edb33.zip |
Notes
Diffstat (limited to 'archivers/fpc-unzip')
-rw-r--r-- | archivers/fpc-unzip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile index dfec8a73ce0b..2978718d1373 100644 --- a/archivers/fpc-unzip/Makefile +++ b/archivers/fpc-unzip/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= archivers lang PKGNAMESUFFIX= -unzip @@ -14,10 +14,11 @@ COMMENT= Free Pascal routines for unzipping zip files BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ fpcmake:${PORTSDIR}/lang/fpc-utils -RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +OPTIONS= UNZIP "Install unzip tools" on + .include "${MASTERDIR}/Makefile" |