diff options
author | robak <robak@FreeBSD.org> | 2015-04-15 18:00:31 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-04-15 18:00:31 +0800 |
commit | 282b7bcf91ac3a565c19042cdeb69cb9d74af166 (patch) | |
tree | 409c2ceb752de44a678384117df87b84999cedf6 | |
parent | d0a430e161503e3a93a72655b33ba8557a46e480 (diff) | |
download | freebsd-ports-gnome-282b7bcf91ac3a565c19042cdeb69cb9d74af166.tar.gz freebsd-ports-gnome-282b7bcf91ac3a565c19042cdeb69cb9d74af166.tar.zst freebsd-ports-gnome-282b7bcf91ac3a565c19042cdeb69cb9d74af166.zip |
security/sudo: add CPE info
PR: 199367
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 998fc9591c97..4f7e471b9632 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -14,7 +14,8 @@ LICENSE_NAME= Sudo license LICENSE_FILE= ${WRKSRC}/doc/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= libtool +USES= cpe libtool +CPE_VENDOR= todd_miller USE_LDCONFIG= yes GNU_CONFIGURE= yes LDFLAGS+= -lgcc |