diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-12 19:51:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-12 19:51:12 +0800 |
commit | c1ea27bf53de2b629f09428fee1b6d7be1d68c44 (patch) | |
tree | 604c57419d910cdc9bf01ca62d4f707113fd5c29 | |
parent | e26cb26ac192eb16dbb3391ae8fb57ee26e98302 (diff) | |
download | freebsd-ports-gnome-c1ea27bf53de2b629f09428fee1b6d7be1d68c44.tar.gz freebsd-ports-gnome-c1ea27bf53de2b629f09428fee1b6d7be1d68c44.tar.zst freebsd-ports-gnome-c1ea27bf53de2b629f09428fee1b6d7be1d68c44.zip |
Fix CATEGORIES in slave palm/py-synce-librapi2 and palm/py-synce-librra.
PR: 127681
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: maintainer timeout
-rw-r--r-- | palm/synce-librapi2/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-librra/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile index ddb400c2560e..b7f1ef8262a7 100644 --- a/palm/synce-librapi2/Makefile +++ b/palm/synce-librapi2/Makefile @@ -6,7 +6,7 @@ PORTNAME= librapi2 PORTVERSION= 0.12 -CATEGORIES= palm +CATEGORIES?= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce PKGNAMEPREFIX?= synce- diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index dd6699d78eca..60f67e5ffb6b 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -7,7 +7,7 @@ PORTNAME= librra PORTVERSION= 0.12 PORTREVISION= 1 -CATEGORIES= palm +CATEGORIES?= palm MASTER_SITES= SF/synce PKGNAMEPREFIX?= synce- |