diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-22 18:16:59 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-22 18:16:59 +0000 |
commit | ca4bc58ef33efe6ed98886207dd89983b9b86d18 (patch) | |
tree | 805597b0f2f971bd3945e977321bde1ec91d65ee /net/tintin++ | |
parent | ca233f59b659411cf6e435bbb62bd9de85ffad04 (diff) | |
download | FreeBSD-ports-ca4bc58ef33efe6ed98886207dd89983b9b86d18.zip FreeBSD-ports-ca4bc58ef33efe6ed98886207dd89983b9b86d18.tar.gz |
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
Diffstat (limited to 'net/tintin++')
-rw-r--r-- | net/tintin++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index a6f6a48..b29fa7b 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -7,7 +7,7 @@ PORTNAME= tintin PORTVERSION= 1.5.9 -CATEGORIES= net games +CATEGORIES+= net games MASTER_SITES= http://mail.newclear.net/tintin/download/ \ http://freebsd.hanirc.org/~jhp/tintin++/ DISTNAME= tintin++v1.5pl9 |