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