Take maintainership & clean up
- Remove unnecessary variables like USE_XORG and FONTSDIR. - Set NO_ARCH and FONTNAME. - Silence post-extract commands - Pet portlint, portclippy, and portfmt.
This commit is contained in:
parent
ccb9898145
commit
212e589fc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515915
@ -2,32 +2,32 @@
|
||||
|
||||
PORTNAME= alef
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://alef.hagilda.com/
|
||||
DISTNAME= Alef
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= 0mp@FreeBSD.org
|
||||
COMMENT= Free multi-lingual font designed for screens
|
||||
|
||||
LICENSE= OFL11
|
||||
LICENSE_FILE= ${WRKSRC}/OFL-license.txt
|
||||
|
||||
USES= fonts zip
|
||||
USE_XORG= x11
|
||||
FONTNAME= Alef
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME}
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= ${FONTSDIR}/Alef-Bold.ttf \
|
||||
${FONTSDIR}/Alef-Regular.ttf
|
||||
|
||||
PORTDOCS= COMING-SOON.txt readme.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-extract:
|
||||
${MV} ${WRKSRC}/--COMING-SOON--.txt ${WRKSRC}/COMING-SOON.txt
|
||||
@${MV} ${WRKSRC}/--COMING-SOON--.txt ${WRKSRC}/COMING-SOON.txt
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user