git: e0f0d7870dfc - main - comms/dcf77pi: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 20:38:01 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0f0d7870dfc43dfb9ecc5194ec14c7194b0fc5f commit e0f0d7870dfc43dfb9ecc5194ec14c7194b0fc5f Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-02-26 20:33:28 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-02-26 20:37:47 +0000 comms/dcf77pi: fix build Fixes: 19d8d6dd4ba6 "comms/dcf77pi: migrate to codeberg" Pointyhat: rene --- comms/dcf77pi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index 6175d734ae81..d68d6ce0adf0 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c USES= ncurses pkgconfig USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_TARGET= install-strip