diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-29 00:58:16 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-29 01:04:59 +0800 |
commit | 20a987f85693c10f120f10597ffde41890bdfbc4 (patch) | |
tree | 0390d8721fbae2d37506fd531e43fd14954b1848 | |
parent | devel/dmake: Remove GNU_CONFIGURE_MANPREFIX (diff) |
devel/epm: Remove GNU_CONFIGURE_MANPREFIX
-rw-r--r-- | devel/epm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/epm/Makefile b/devel/epm/Makefile index e5e2c27aac5d..cb172d8390cb 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -11,9 +11,8 @@ 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 |