diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-07-08 18:42:43 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-07-08 18:42:43 +0000 |
commit | 02e09eb885004beb97a7eee5c21c6f453c854ef0 (patch) | |
tree | cc4eece016861c702903fc78de548f3e2ffa7b12 /chinese | |
parent | Adjust this port slightly for its master port (currently irc/bitchx). (diff) |
For make(1) on RELENG_4.
Notes
Notes:
svn path=/head/; revision=62669
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bitchx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/bitchx/Makefile b/chinese/bitchx/Makefile index 2d986a6d4b5a..81b63be23888 100644 --- a/chinese/bitchx/Makefile +++ b/chinese/bitchx/Makefile @@ -6,7 +6,6 @@ # PORTNAME= BitchX -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- PORTREVISION= 1 CATEGORIES= chinese irc @@ -24,3 +23,5 @@ WITHOUT_GNOME= YES WITHOUT_ESOUND= YES .include "${MASTERDIR}/Makefile" + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- |