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 /palm/synce-librapi2 | |
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
Diffstat (limited to 'palm/synce-librapi2')
-rw-r--r-- | palm/synce-librapi2/Makefile | 2 |
1 files changed, 1 insertions, 1 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- |