1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Make COMMENT, CATEGOTIES, MAINTAINER can override by slave-ports.

This commit is contained in:
Vanilla I. Shu 2003-12-15 04:12:40 +00:00
parent f987de412c
commit e9dfb00a00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95833
2 changed files with 6 additions and 6 deletions

View File

@ -8,11 +8,11 @@
PORTNAME= irssi
PORTVERSION= 0.8.9
PORTREVISION?= 0
CATEGORIES= irc
CATEGORIES?= irc
MASTER_SITES= http://irssi.org/files/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A modular IRC client with many features
MAINTAINER?= vanilla@FreeBSD.org
COMMENT?= A modular IRC client with many features
USE_BZIP2= yes
GNU_CONFIGURE= yes

View File

@ -8,11 +8,11 @@
PORTNAME= irssi
PORTVERSION= 0.8.9
PORTREVISION?= 0
CATEGORIES= irc
CATEGORIES?= irc
MASTER_SITES= http://irssi.org/files/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A modular IRC client with many features
MAINTAINER?= vanilla@FreeBSD.org
COMMENT?= A modular IRC client with many features
USE_BZIP2= yes
GNU_CONFIGURE= yes