diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-25 21:05:50 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-25 21:05:50 +0000 |
commit | 8b58df389bbc9e4cec1501d3f55cb16b88987ad2 (patch) | |
tree | 73990b1ec1b5b440777976f1ef3894e5894c6d7e /devel/fpc-fcl-passrc | |
parent | f33b28ca83980e9376361bf3003c6c12c7f2b6e0 (diff) | |
download | ports-8b58df389bbc9e4cec1501d3f55cb16b88987ad2.tar.gz ports-8b58df389bbc9e4cec1501d3f55cb16b88987ad2.zip |
- Add a clean solution to compile devel/fpc-fcl, using OPT and removing the rtl
and packages directories from WRKSRC
- Bump devel/fpc-fcl PORTREVISION
Submitted by: Ales Katona <almindor__at__gmail.com> (via email)
Modified by: me
Notes
Notes:
svn path=/head/; revision=173830
Diffstat (limited to 'devel/fpc-fcl-passrc')
-rw-r--r-- | devel/fpc-fcl-passrc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fcl-passrc/Makefile b/devel/fpc-fcl-passrc/Makefile index 19228eaa498c..05f7a1eadb91 100644 --- a/devel/fpc-fcl-passrc/Makefile +++ b/devel/fpc-fcl-passrc/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl @@ -32,6 +32,6 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/rtl ${FPCSRCDIR}/packages/base +EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" |