diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-07-08 18:14:20 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-07-08 18:14:20 +0000 |
commit | 56b07f27c981f21169cb177bff3d86369411037c (patch) | |
tree | b32de8b1278a4d2136aacd1b7d97a8977548b2b3 | |
parent | Adjust this port slightly for its satellite port (currently chinese/bitchx). (diff) |
Adjust this port slightly for its master port (currently irc/bitchx).
Utilize PORTREVISION feature of our ports system.
Notes
Notes:
svn path=/head/; revision=62668
-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 |