Index: archivers/fpc-unzip/Makefile =================================================================== --- archivers/fpc-unzip/Makefile (révision 306572) +++ archivers/fpc-unzip/Makefile (copie de travail) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-unzip -# Date created: 2006-06-05 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= archivers lang @@ -18,6 +14,8 @@ WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= UNZIP "Install unzip tools" on +OPTIONS_DEFINE= UNZIP +OPTIONS_DEFAULT= UNZIP +UNZIP_DESC= Install unzip tools .include "${MASTERDIR}/Makefile" Index: lang/fpc/Makefile =================================================================== --- lang/fpc/Makefile (révision 306572) +++ lang/fpc/Makefile (copie de travail) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Free Pascal Compiler -# Date created: 28 November 2001 -# Whom: John Merryweather Cooper et al -# +# Created by: John Merryweather Cooper et al # $FreeBSD$ -# PORTNAME= fpc PORTVERSION= 2.6.0 Index: lang/fpc/Makefile.units =================================================================== --- lang/fpc/Makefile.units (révision 306572) +++ lang/fpc/Makefile.units (copie de travail) @@ -327,7 +327,7 @@ .endif .if ${PKGNAMESUFFIX} == "-unzip" -. if defined(WITH_UNZIP) +. if ${PORT_OPTIONS:MUNZIP} RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip . endif .endif