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 /graphics/fpc-opengl/Makefile | |
parent | 13c8628fb525566e88dd5d6ab7f0541ccd240011 (diff) | |
download | ports-5541fdbc2f47f3165fd821021a46cdd2d1e8e0d2.tar.gz ports-5541fdbc2f47f3165fd821021a46cdd2d1e8e0d2.zip |
Notes
Diffstat (limited to 'graphics/fpc-opengl/Makefile')
-rw-r--r-- | graphics/fpc-opengl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fpc-opengl/Makefile b/graphics/fpc-opengl/Makefile index 16da950ca73a..821c75f14ac9 100644 --- a/graphics/fpc-opengl/Makefile +++ b/graphics/fpc-opengl/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics lang PKGNAMESUFFIX= -opengl @@ -21,7 +21,7 @@ USE_GL= yes UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/packages/extra/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} HAVE_EXAMPLES= true |