Skip to content

Commit

Permalink
devel/cdk: Pet portfmt
Browse files Browse the repository at this point in the history
Fixes:		b1db33e "Update to 5.0-20240331"
  • Loading branch information
nunotexbsd committed Apr 1, 2024
1 parent 45da5da commit fbdff32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devel/cdk/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fbdff32

Please sign in to comment.