diff --git a/devel/epm/Makefile b/devel/epm/Makefile index e5e2c27aac5d..cb172d8390cb 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -1,25 +1,24 @@ PORTNAME= epm PORTVERSION= 4.5.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/michaelrsweet/epm/releases/download/v${PORTVERSION}/ MAINTAINER= office@FreeBSD.org COMMENT= Free UNIX software/file packaging program WWW= https://www.msweet.org/epm/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epm @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epminstall @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist .include