git: ab0a6cde28ab - main - devel/roswell: convert to USES+=localbase and drop useless GH_ACCOUNT.
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Aug 29 14:41:59 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ab0a6cde28abfe238f7a7576ace53d3c92d29f72
commit ab0a6cde28abfe238f7a7576ace53d3c92d29f72
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-08-29 14:40:52 +0000
Commit: Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-08-29 14:41:17 +0000
devel/roswell: convert to USES+=localbase and drop useless GH_ACCOUNT.
---
devel/roswell/Makefile | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/devel/roswell/Makefile b/devel/roswell/Makefile
index dd91f5497142..64b2df83628b 100644
--- a/devel/roswell/Makefile
+++ b/devel/roswell/Makefile
@@ -12,15 +12,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/curl:ftp/curl
RUN_DEPENDS= ${LOCALBASE}/bin/automake:devel/automake \
${LOCALBASE}/bin/curl:ftp/curl
-USES= uidfix autoreconf
-
-LDFLAGS+= -L${LOCALBASE}/lib/
-CFLAGS+= -I${LOCALBASE}/include/
-
-USE_GITHUB= yes
-GH_ACCOUNT= roswell
-
+USES= autoreconf localbase uidfix
GNU_CONFIGURE= yes
+USE_GITHUB= yes
pre-configure:
(cd ${WRKSRC}/ && ${SH} bootstrap)
More information about the dev-commits-ports-all
mailing list