diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-07 21:32:29 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-07 21:32:29 +0000 |
commit | 5541fdbc2f47f3165fd821021a46cdd2d1e8e0d2 (patch) | |
tree | 925bf414f5f89aa45f14e83e1f68ec2ebe22be7f /devel/fpc-fcl-async | |
parent | 13c8628fb525566e88dd5d6ab7f0541ccd240011 (diff) | |
download | ports-5541fdbc2f47f3165fd821021a46cdd2d1e8e0d2.tar.gz ports-5541fdbc2f47f3165fd821021a46cdd2d1e8e0d2.zip |
Notes
Diffstat (limited to 'devel/fpc-fcl-async')
-rw-r--r-- | devel/fpc-fcl-async/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fcl-async/Makefile b/devel/fpc-fcl-async/Makefile index c9b67a7a2a3f..6d8d7ca16421 100644 --- a/devel/fpc-fcl-async/Makefile +++ b/devel/fpc-fcl-async/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net lang PKGNAMESUFFIX= -libasync @@ -15,7 +15,7 @@ COMMENT= Free Pascal interface to async library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" |