diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile index 34842eaf1c39..e4c8feb61f9a 100644 --- a/devel/libedit/Makefile +++ b/devel/libedit/Makefile @@ -1,27 +1,28 @@ # Created by: jasone PORTNAME= libedit PORTVERSION= ${EDITVERSION}.${EDITDATE} PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://thrysoee.dk/editline/ DISTNAME= ${PORTNAME}-${EDITDATE}-${EDITVERSION} MAINTAINER= bapt@FreeBSD.org COMMENT= Command line editor library LICENSE= BSD2CLAUSE -USES= libtool localbase ncurses pathfix +USES= cpe libtool localbase ncurses pathfix EDITVERSION= 3.1 EDITDATE= 20210216 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip +CPE_VENDOR= libedit_project CONFLICTS_INSTALL= editline post-install: ${MV} ${STAGEDIR}${PREFIX}/man/man3/history.3 ${STAGEDIR}${PREFIX}/man/man3/el_history.3 .include