diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-24 05:59:08 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-24 05:59:08 +0000 |
commit | 5d52e22fc14c9cee1d3296ce411095e823d13fb8 (patch) | |
tree | 8d6575e51a2b56914b1626014fdb674fe8f5b717 | |
parent | 8949362893acc6af99e89762a7733cb2fd8f7a0a (diff) |
Allow slave port korean/gaim to modify some variables set
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=56515
-rw-r--r-- | net-im/gaim/Makefile | 4 | ||||
-rw-r--r-- | net/gaim-snapshot/Makefile | 4 | ||||
-rw-r--r-- | net/gaim/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 97db55337f3d..fb38022fcdac 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -7,12 +7,12 @@ PORTNAME= gaim PORTVERSION= 0.54 -CATEGORIES= net +CATEGORIES?= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= marcus@marcuscom.com +MAINTAINER?= marcus@marcuscom.com USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index 97db55337f3d..fb38022fcdac 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -7,12 +7,12 @@ PORTNAME= gaim PORTVERSION= 0.54 -CATEGORIES= net +CATEGORIES?= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= marcus@marcuscom.com +MAINTAINER?= marcus@marcuscom.com USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 97db55337f3d..fb38022fcdac 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -7,12 +7,12 @@ PORTNAME= gaim PORTVERSION= 0.54 -CATEGORIES= net +CATEGORIES?= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= marcus@marcuscom.com +MAINTAINER?= marcus@marcuscom.com USE_BZIP2= yes USE_X_PREFIX= yes |