diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-04 17:08:10 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-04 17:08:10 +0800 |
commit | 7b59d8e597b5473c9034c7762ed9b35c101515b5 (patch) | |
tree | 8497e615ffc3fde261569e67f1dcad24aa5fa599 /chinese/qterm | |
parent | 280a848274c0bebfafaf3a20803bd6a73e34e057 (diff) | |
download | freebsd-ports-gnome-7b59d8e597b5473c9034c7762ed9b35c101515b5.tar.gz freebsd-ports-gnome-7b59d8e597b5473c9034c7762ed9b35c101515b5.tar.zst freebsd-ports-gnome-7b59d8e597b5473c9034c7762ed9b35c101515b5.zip |
1. make qterm.cfg & address.cfg writable by default since native linux version has this feature.
2. add one more address to MASTER_SITES
3. add PKGNAMEPREFIX
PR: ports/101345
Submitted by: maintainer (Yuan Jue)
Diffstat (limited to 'chinese/qterm')
-rw-r--r-- | chinese/qterm/Makefile | 7 | ||||
-rw-r--r-- | chinese/qterm/pkg-message | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile index d924d31e7bc7..14bd61e4983d 100644 --- a/chinese/qterm/Makefile +++ b/chinese/qterm/Makefile @@ -7,9 +7,12 @@ PORTNAME= qterm PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= chinese -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.yuanjue.net/download/ MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= zh- MAINTAINER= yuanjue@yuanjue.net COMMENT= QTerm is a BBS client for BSD/Linux @@ -36,6 +39,8 @@ post-patch: ${WRKSRC}/configure post-install: + @${CHMOD} +w ${DATADIR}/qterm.cfg + @${CHMOD} +w ${DATADIR}/address.cfg @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/chinese/qterm/pkg-message b/chinese/qterm/pkg-message index cb06c54f96e4..1d5233c9c92f 100644 --- a/chinese/qterm/pkg-message +++ b/chinese/qterm/pkg-message @@ -1,6 +1,4 @@ ************************************************************************* - You can't modify the SITE definition until setting -QTerm's config file privilege in your ~/.qterm directory to 0755 at least To display IP location when using QTerm you must get file "QQWry.dat" and put it into your ~/.qterm directory ************************************************************************* |