diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-04 09:08:10 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-04 09:08:10 +0000 |
commit | e0bbae65a0dd57905ba54748b8d60bb4445c98b7 (patch) | |
tree | 169122f89a74eec474bf98d37ba215435a0b24b6 /chinese/qterm/Makefile | |
parent | 0aa86b53030aa0818fbbe2e098b59b0a9ef6fb22 (diff) | |
download | ports-e0bbae65a0dd57905ba54748b8d60bb4445c98b7.tar.gz ports-e0bbae65a0dd57905ba54748b8d60bb4445c98b7.zip |
Notes
Diffstat (limited to 'chinese/qterm/Makefile')
-rw-r--r-- | chinese/qterm/Makefile | 7 |
1 files changed, 6 insertions, 1 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> |