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