diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-02-25 07:21:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-02-25 07:21:19 +0000 |
commit | 71163a74ebe33334da4d0d5789fbe8e5d65b3567 (patch) | |
tree | dd5d8afc415322bbf24b212d62c20b9ed018c6e8 /chinese | |
parent | 8c7203f4b24b3c125f3d560e6cf4215662570389 (diff) | |
download | ports-71163a74ebe33334da4d0d5789fbe8e5d65b3567.tar.gz ports-71163a74ebe33334da4d0d5789fbe8e5d65b3567.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/stardict/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chinese/stardict/Makefile b/chinese/stardict/Makefile index 776772a0e58e..b50412289c84 100644 --- a/chinese/stardict/Makefile +++ b/chinese/stardict/Makefile @@ -10,7 +10,7 @@ PORTNAME= stardict PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= chinese -MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/ +MASTER_SITES= http://www.opencjk.org/~yumj/download/ PKGNAMEPREFIX= zh- DISTNAME= ${PKGNAME} @@ -24,10 +24,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes -BROKEN= "Incorrect distinfo" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-04-07 - port-install: strip $(PREFIX)/bin/${PORTNAME} |