diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-22 18:16:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-22 18:16:59 +0000 |
commit | bb53f3ecee6dcf35d029f67251a8c837bf8fa696 (patch) | |
tree | 85ac1b7e3561dcf2b3d1248139d7928f49a74783 /net/tintin++ | |
parent | 36b3ec0f0d47523b7f08895eb6979a82377817de (diff) |
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
Notes
Notes:
svn path=/head/; revision=42933
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 a6f6a48ef3c3..b29fa7b4f3fb 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 |