diff options
author | clive <clive@FreeBSD.org> | 2002-07-09 02:14:20 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2002-07-09 02:14:20 +0800 |
commit | 79cdcc0decc97e2fbf6b57baff461cd83991761a (patch) | |
tree | 43ae872e22271f3949dbe3f99f606cadae2b84bb /chinese | |
parent | c93f1cdba73387caafc22c99e31468375705ed29 (diff) | |
download | freebsd-ports-gnome-79cdcc0decc97e2fbf6b57baff461cd83991761a.tar.gz freebsd-ports-gnome-79cdcc0decc97e2fbf6b57baff461cd83991761a.tar.zst freebsd-ports-gnome-79cdcc0decc97e2fbf6b57baff461cd83991761a.zip |
Adjust this port slightly for its master port (currently irc/bitchx).
Utilize PORTREVISION feature of our ports system.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bitchx/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chinese/bitchx/Makefile b/chinese/bitchx/Makefile index 5bebaa302ea0..2d986a6d4b5a 100644 --- a/chinese/bitchx/Makefile +++ b/chinese/bitchx/Makefile @@ -5,6 +5,13 @@ # $FreeBSD$ # +PORTNAME= BitchX +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- +PORTREVISION= 1 +CATEGORIES= chinese irc + +MAINTAINER= clive@FreeBSD.org + MASTERDIR= ${.CURDIR}/../../irc/bitchx EXTRA_PATCHES= ${.CURDIR}/files/patch-source::input.c \ ${.CURDIR}/files/patch-include::config.h \ @@ -17,9 +24,3 @@ WITHOUT_GNOME= YES WITHOUT_ESOUND= YES .include "${MASTERDIR}/Makefile" - -PORTNAME= BitchX -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- -CATEGORIES= chinese irc - -MAINTAINER= clive@FreeBSD.org |