diff --git a/Mk/bsd.local.mk b/Mk/bsd.local.mk index 468442a19428..0e8b94b8c861 100644 --- a/Mk/bsd.local.mk +++ b/Mk/bsd.local.mk @@ -1,25 +1,30 @@ # bsd.local.mk - Sandbox for local modification to ports framework. # # Created by: Mark Linimon .if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include) Local_Pre_Include= bsd.local.mk # # Here is where any code that needs to run at bsd.port.pre.mk inclusion # time should live. # .endif # !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include) .if defined(_POSTMKINCLUDED) && !defined(Local_Post_Include) Local_Post_Include= bsd.local.mk # # here is where any code that needs to run at bsd.port.post.mk inclusion # time should live. # .endif # defined(_POSTMKINCLUDED) && !defined(Local_Post_Include) + +# Added by freebsd-wip-checkout +VALID_CATEGORIES+=wip +# End addition + diff --git a/deskutils/coregarage/Makefile b/deskutils/coregarage/Makefile index 269132706617..59cdb652e247 100644 --- a/deskutils/coregarage/Makefile +++ b/deskutils/coregarage/Makefile @@ -1,36 +1,35 @@ PORTNAME= coregarage DISTVERSION= 4.3.0 -PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org COMMENT= Settings manager for C Suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libarchiveqt5.so:archivers/libarchive-qt \ libcprime-core.so:deskutils/libcprime USES= cmake localbase:ldflags qt:5 USE_QT= buildtools_build core gui qmake_build widgets USE_GITLAB= yes GL_ACCOUNT= CuboCore GL_COMMIT= 684e579b4a03914b77ceccd6efcfc490c53ad730 PLIST_FILES= bin/coregarage \ share/applications/org.cubocore.CoreGarage.desktop \ share/icons/hicolor/scalable/apps/org.cubocore.CoreGarage.svg pre-configure: @${REINPLACE_CMD} \ -e 's|/usr/bin|${PREFIX}/bin|g' \ -e 's|/usr/lib|${PREFIX}/lib|g' \ -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/coregarage.cpp \ ${WRKSRC}/coregarage.h \ ${WRKSRC}/org.cubocore.CoreGarage.desktop \ ${WRKSRC}/settings.cpp .include