diff --git a/devel/fpc-regexpr/Makefile b/devel/fpc-regexpr/Makefile index 92919c142f25..b109a326a339 100644 --- a/devel/fpc-regexpr/Makefile +++ b/devel/fpc-regexpr/Makefile @@ -1,15 +1,16 @@ # Created by: John Merryweather Cooper et al +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -regexpr COMMENT= Free Pascal regular expression routines USES= fpc USE_FPC= rtl-objpas MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-regexpr/pkg-plist b/devel/fpc-regexpr/pkg-plist index b1cd37e09939..75bee16d1e1d 100644 --- a/devel/fpc-regexpr/pkg-plist +++ b/devel/fpc-regexpr/pkg-plist @@ -1,8 +1,10 @@ lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/regexpr.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/oldregexpr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/oldregexpr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regex.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regex.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regex.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regexpr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regexpr.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/uregexpr.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/uregexpr.ppu