diff options
author | marino <marino@FreeBSD.org> | 2014-06-11 18:20:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-11 18:20:41 +0800 |
commit | 4164955f045e0dc7f97559389d5361a76bd25782 (patch) | |
tree | 8393ee076b89004079db2acfa9ca501fc3c6dd55 /chinese/bitchx | |
parent | db463c8ec9b9dd6398dc4280208445fd3d8d47c5 (diff) | |
download | freebsd-ports-gnome-4164955f045e0dc7f97559389d5361a76bd25782.tar.gz freebsd-ports-gnome-4164955f045e0dc7f97559389d5361a76bd25782.tar.zst freebsd-ports-gnome-4164955f045e0dc7f97559389d5361a76bd25782.zip |
chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
Related to:
PR: 186425
It looks NO_STAGE should have been removed when irc/bitchx was staged.
Late add: Fix master irc/bitchx to not override PORTREVISION
Diffstat (limited to 'chinese/bitchx')
-rw-r--r-- | chinese/bitchx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/bitchx/Makefile b/chinese/bitchx/Makefile index 8521e7d142b9..ec79479f46a1 100644 --- a/chinese/bitchx/Makefile +++ b/chinese/bitchx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BitchX -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org @@ -19,5 +19,4 @@ WITHOUT_GNOME= YES # If without gnome, esound support isn't needed. WITHOUT_ESOUND= YES -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |