svn commit: r323538 - in head/x11-fonts: . andika andika/files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jul 24 17:08:26 UTC 2013


On Tue, Jul 23, 2013 at 04:10:10PM +0000, Gabor Kovesdan wrote:
> New Revision: 323538
> URL: http://svnweb.freebsd.org/changeset/ports/323538
> 
> @@ -0,0 +1,50 @@
> +# $FreeBSD$
> +
> +PORTNAME=	Andika

Any reason for uppercase-starting PORTNAME (and thus PKGNAME)?

> +do-configure:
> +	${DO_NADA}

If port does not use any of two *_CONFIGURE knobs, this probably is not
needed; and even if it is, it should be spelled as @${DO_NADA}.

> +do-install:
> +	${ECHO_MSG}
> +	${CAT} ${PKGMESSAGE}
> +	${ECHO_MSG}

We usually display pkg-message as the last step (after all other functional
commands).

> +	${MKDIR} ${FONTROOTDIR}/${FONTDIR}
> +	${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTROOTDIR}/${FONTDIR}
> +.if ${PORT_OPTIONS:MDOCS}
> +	${MKDIR} ${DOCSDIR}
> +	${INSTALL_DATA} ${DOCSLIST:S,^,${WRKSRC}/,} ${DOCSDIR}
> +.endif

./danfe


More information about the svn-ports-all mailing list