diff options
Diffstat (limited to 'net/fpc-netdb/Makefile')
-rw-r--r-- | net/fpc-netdb/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/fpc-netdb/Makefile b/net/fpc-netdb/Makefile index 211dc44bc576..7885953b1561 100644 --- a/net/fpc-netdb/Makefile +++ b/net/fpc-netdb/Makefile @@ -8,11 +8,14 @@ CATEGORIES= net lang PKGNAMESUFFIX= -netdb -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= Pure-pascal netdb implementation -RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} +HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" |