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