- Unbreak by providing fetchable distfile location
- Remove trailing dot from RESTRICTED line, adjust COMMENT - Sort the knobs in a more meaningful way while I'm here
This commit is contained in:
parent
ad98de9192
commit
eef6be9a95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469164
1 changed files with 5 additions and 10 deletions
|
@ -5,32 +5,27 @@ PORTNAME= cyberbit-ttfonts
|
|||
PORTVERSION= 2.0.20050220
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://ftp.netscape.com/pub/communicator/extras/fonts/windows/ \
|
||||
http://aol-4.vo.llnwd.net/pub/communicator/extras/fonts/windows/ \
|
||||
ftp://ftp.netscape.com/pub/communicator/extras/fonts/windows/
|
||||
MASTER_SITES= http://freebsd.nsu.ru/distfiles/cyberbit/
|
||||
DISTFILES= Cyberbit.ZIP 97CyberBase.Doc 97CyberBit.Doc 97CyberCJK.Doc \
|
||||
CYBERBIT.DOC CYBERCJK.DOC READMEfirst.txt ReadMe.htm
|
||||
DIST_SUBDIR= cyberbit
|
||||
EXTRACT_ONLY= Cyberbit.ZIP
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Bitstream Cyberbit is a TrueType font that covers Unicode 2.0
|
||||
COMMENT= Bitstream Cyberbit TrueType font that covers Unicode 2.0
|
||||
|
||||
BROKEN= unfetchable
|
||||
|
||||
RESTRICTED= Redistribution not permitted; single user license only.
|
||||
RESTRICTED= Redistribution not permitted; single user license only
|
||||
|
||||
USES= fonts zip
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
PORTDOCS= 97CyberBase.Doc 97CyberBit.Doc 97CyberCJK.Doc \
|
||||
CYBERBIT.DOC CYBERCJK.DOC READMEfirst.txt ReadMe.htm
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
|
|
Loading…
Reference in a new issue