diff options
Diffstat (limited to 'x11-fonts/ubuntu-font/Makefile')
-rw-r--r-- | x11-fonts/ubuntu-font/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fonts/ubuntu-font/Makefile b/x11-fonts/ubuntu-font/Makefile index 42de73b682a3..e2dca260ef3a 100644 --- a/x11-fonts/ubuntu-font/Makefile +++ b/x11-fonts/ubuntu-font/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ubuntu-font -# Date created: 09 November 2011 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ubuntu-font PORTVERSION= 0.80 @@ -33,6 +29,7 @@ SUB_FILES= pkg-message SUB_LIST= FONTSDIR=${FONTSDIR} WRKSRC= ${WRKDIR}/${DISTNAME} +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |