git: fbdff32281af - main - devel/cdk: Pet portfmt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 08:37:07 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbdff32281af60f848cadbea0d5ec183235b5731 commit fbdff32281af60f848cadbea0d5ec183235b5731 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-04-01 08:34:58 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-01 08:36:56 +0000 devel/cdk: Pet portfmt Fixes: b1db33efdd "Update to 5.0-20240331" --- devel/cdk/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index b8be6f09a5fd..afaa9efbf327 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -2,7 +2,7 @@ PORTNAME= cdk DISTVERSION= 5.0-20240331 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= https://invisible-island.net/archives/${PORTNAME}/\ +MASTER_SITES= https://invisible-island.net/archives/${PORTNAME}/ \ https://invisible-mirror.net/archives/${PORTNAME}/ MAINTAINER= eduardo@FreeBSD.org @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake ncurses tar:tgz USE_LDCONFIG= yes -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS+=--with-ncurses +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +CONFIGURE_ARGS+= --with-ncurses ALL_TARGET= default cdkshlib INSTALL_TARGET= install installCDKSHLibrary