summaryrefslogtreecommitdiff
path: root/archivers/fpc-unzip
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-07 21:32:29 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-07 21:32:29 +0000
commit5541fdbc2f47f3165fd821021a46cdd2d1e8e0d2 (patch)
tree925bf414f5f89aa45f14e83e1f68ec2ebe22be7f /archivers/fpc-unzip
parent- New port: (diff)
- Update to 2.0.4
- Add new dependencies to editors/lazarus Approved by: garga (mentor,implicit)
Notes
Notes: svn path=/head/; revision=172536
Diffstat (limited to 'archivers/fpc-unzip')
-rw-r--r--archivers/fpc-unzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile
index aa3d021fe7f6..dfec8a73ce0b 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
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${PORTNAME}/packages/extra/${PKGNAMESUFFIX:S/-//}
+WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"