git: b7a33f54cd67 - main - japanese/xv: Fix build error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 12:54:21 UTC
The branch main has been updated by nobutaka: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7a33f54cd67296d09b29f3d73b5457b10b7e64b commit b7a33f54cd67296d09b29f3d73b5457b10b7e64b Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> AuthorDate: 2024-03-17 12:48:49 +0000 Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> CommitDate: 2024-03-17 12:53:54 +0000 japanese/xv: Fix build error Remove PORTREVISION that is not used PR: 277623 Reported by: mew14930xvi <mew14930xvi@inbox.lv> --- japanese/xv/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/japanese/xv/Makefile b/japanese/xv/Makefile index 131ece33929c..9f7bba781f77 100644 --- a/japanese/xv/Makefile +++ b/japanese/xv/Makefile @@ -3,10 +3,6 @@ CATEGORIES= japanese MAINTAINER= ports@FreeBSD.org COMMENT= X11 program that displays images of various formats with japanization -BROKEN= Fails to generate binaries -DEPRECATED= Fails to build -EXPIRATION_DATE=2024-03-31 - MASTERDIR= ${.CURDIR}/../../graphics/xv PKGDIR= ${.CURDIR} @@ -18,9 +14,7 @@ PLIST_FILES= bin/ja-xv OPTIONS_EXCLUDE= DOCS -PORTREVISION= 2 - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xv ${STAGEDIR}${PREFIX}/bin/ja-xv + ${INSTALL_PROGRAM} ${WRKDIR}/.build/src/xv ${STAGEDIR}${PREFIX}/bin/ja-xv .include "${MASTERDIR}/Makefile"