diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:30:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:30:00 +0000 |
commit | a285ade9102ca7c15642dfccd7816abc3c725c98 (patch) | |
tree | 19bc9b9ac2797b3584833a8988be56772582cfb3 /german/hyphen | |
parent | d45779fa4ad158e597ce79f5d04217c4b0f7f814 (diff) |
Notes
Diffstat (limited to 'german/hyphen')
-rw-r--r-- | german/hyphen/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/german/hyphen/Makefile b/german/hyphen/Makefile index 237ae3caf86c..ea5c64476b06 100644 --- a/german/hyphen/Makefile +++ b/german/hyphen/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: de-hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2007.02.17 @@ -30,6 +25,7 @@ DEALIASES= de_AT de_BE de_CH de_LI de_LU PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_de_DE.dic ${DATADIR}/ |