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