diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 03:57:58 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 03:57:58 +0000 |
commit | 2de74b6838c72aaaa54f997dafdea9729902422d (patch) | |
tree | 4ea3dc368d5291f57a924b7316587a3e5d6bc33f /devel/fpc-fcl-async | |
parent | 956fb565531818e2691aa8ee8abe05100f80d1c5 (diff) | |
download | ports-2de74b6838c72aaaa54f997dafdea9729902422d.tar.gz ports-2de74b6838c72aaaa54f997dafdea9729902422d.zip |
Notes
Diffstat (limited to 'devel/fpc-fcl-async')
-rw-r--r-- | devel/fpc-fcl-async/Makefile | 6 | ||||
-rw-r--r-- | devel/fpc-fcl-async/pkg-plist | 13 |
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/fpc-fcl-async/Makefile b/devel/fpc-fcl-async/Makefile index 3d5a0bcd5f8c..2ee3e9048a0f 100644 --- a/devel/fpc-fcl-async/Makefile +++ b/devel/fpc-fcl-async/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net lang -PKGNAMESUFFIX= -libasync +PKGNAMESUFFIX= -fcl-async MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to async library @@ -15,7 +15,7 @@ COMMENT= Free Pascal interface to async library USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-async/pkg-plist b/devel/fpc-fcl-async/pkg-plist index 2404d918a667..83fb5827cbdf 100644 --- a/devel/fpc-fcl-async/pkg-plist +++ b/devel/fpc-fcl-async/pkg-plist @@ -1,8 +1,11 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libasync/Package.fpc -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libasync/libasync.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libasync/libasync.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libasync/libplibasync.a -@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libasync +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/fpasync.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/fpasync.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/libasync.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/libasync.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/libpfpasync.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/libplibasync.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async @dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% @dirrmtry lib/fpc/%%PORTVERSION%%/units @dirrmtry lib/fpc/%%PORTVERSION%% |