Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:04 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2228aa6558b3 - main - print/lout: Add CPE information
Message-ID:  <202109211259.18LCx4nR067974@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2228aa6558b32727fe39f7b600bbbf9a25ea3d73

commit 2228aa6558b32727fe39f7b600bbbf9a25ea3d73
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:19:15 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:57:57 +0000

    print/lout: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 print/lout/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/print/lout/Makefile b/print/lout/Makefile
index 36195bce63ec..7681290a7e1a 100644
--- a/print/lout/Makefile
+++ b/print/lout/Makefile
@@ -13,9 +13,10 @@ LICENSE=	GPLv3+
 
 OPTIONS_DEFINE=	DOCS
 
-USES=	gmake
+USES=		cpe gmake
 MAKEFILE=	makefile
 ALL_TARGET=	lout prg2lout
 INSTALL_TARGET=	install installman installdoc
+CPE_VENDOR=	lout_project
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211259.18LCx4nR067974>