diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2021-08-31 13:29:26 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2021-08-31 13:29:26 +0000 |
commit | 73855f4916c2a2c3fec5e0634f5d4383e66dc067 (patch) | |
tree | 773960ecd70814657934ff53fd6c0f4e7d2e671c | |
parent | e562107239ac8bddd5741310a54608f4f6b8fc93 (diff) |
coregarage: Remove extraneous portrevision
-rw-r--r-- | Mk/bsd.local.mk | 5 | ||||
-rw-r--r-- | deskutils/coregarage/Makefile | 1 |
2 files changed, 5 insertions, 1 deletions
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 @@ -23,3 +23,8 @@ Local_Post_Include= bsd.local.mk # .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,6 +1,5 @@ PORTNAME= coregarage DISTVERSION= 4.3.0 -PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org |