diff options
Diffstat (limited to 'textproc/es-hyphen/Makefile')
-rw-r--r-- | textproc/es-hyphen/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/es-hyphen/Makefile b/textproc/es-hyphen/Makefile index 713ba7cc3253..d68181137efa 100644 --- a/textproc/es-hyphen/Makefile +++ b/textproc/es-hyphen/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: es-hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2005.11.18 @@ -30,6 +25,7 @@ ESALIASES= es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN \ PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_es_ES.dic ${DATADIR}/ |