diff options
Diffstat (limited to 'devel/fpc-gconf/Makefile')
-rw-r--r-- | devel/fpc-gconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-gconf/Makefile b/devel/fpc-gconf/Makefile index ebf357203d66..46fe8f159f33 100644 --- a/devel/fpc-gconf/Makefile +++ b/devel/fpc-gconf/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel lang PKGNAMESUFFIX= -gconf @@ -22,7 +22,7 @@ USE_GNOME= gconf UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/packages/extra/gnome1/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/extra/gnome1/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} HAVE_EXAMPLES= true |