diff options
Diffstat (limited to 'textproc/el-hyphen/Makefile')
-rw-r--r-- | textproc/el-hyphen/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/el-hyphen/Makefile b/textproc/el-hyphen/Makefile index 88bf2a129a9b..ed0c263e5bba 100644 --- a/textproc/el-hyphen/Makefile +++ b/textproc/el-hyphen/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: el-hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2005.10.17 @@ -27,6 +22,7 @@ PLIST_FILES= %%DATADIR%%/hyph_el_CY.dic \ %%DATADIR%%/hyph_el_GR.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_el_GR.dic ${DATADIR}/ |