diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 08:55:38 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 09:19:33 +0000 |
commit | 0501c990e1aa48e3c1cf3c181ccd2ef2a5931855 (patch) | |
tree | 0a28cee2e559416a9f78f0ce705401d7df205447 /ftp/proftpd | |
parent | www/transmission-web: Remove USES=cpe because it's already passed from main port (diff) |
ftp/proftpd: Avoid passing USES=cpe to all slave ports
There are some slave ports which are developed independently and have
no CPE entries yet.
Approved by: portmgr (blanket)
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 170e45f17b02..3ebba0a993ab 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -27,6 +27,9 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd PROFTPD_VERSION= 1.3.7c +CPE_VENDOR= proftpd +CPE_PRODUCT= proftpd + .if defined(_BUILDING_PROFTPD_MODULE) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY+= ${DISTNAME}${EXTRACT_SUFX} @@ -48,11 +51,11 @@ PORTDOCS= * .endif MAKE_JOBS_UNSAFE= yes -USES+= cpe gmake libtool +USES+= gmake libtool GNU_CONFIGURE= yes .if !defined(_BUILDING_PROFTPD_MODULE) -USES+= ssl +USES+= cpe ssl USE_RC_SUBR= proftpd .endif |