From e7533864e7a7574c2d1b20a6b10f81c0561e4621 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 29 Jul 2011 13:13:17 +0000 Subject: - Move language prefix to PKGNAMEPREFIX - Use DATADIR - Use PLIST_DIRSTRY for DATADIR - Explicitly list installing filenames - Bump PORTREVISION for PORTNAME and PLIST change - Sort PLIST - Cosmetic change --- polish/hyphen/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'polish/hyphen') diff --git a/polish/hyphen/Makefile b/polish/hyphen/Makefile index 83f94bd729d6..b9f0618a03b8 100644 --- a/polish/hyphen/Makefile +++ b/polish/hyphen/Makefile @@ -7,6 +7,7 @@ PORTNAME= hyphen PORTVERSION= 2007.04.16 +PORTREVISION= 1 CATEGORIES= polish textproc MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ DISTNAME= hyph_pl_PL @@ -19,11 +20,11 @@ LICENSE= LGPL21 USE_ZIP= yes NO_BUILD= yes -PLIST_FILES= share/hyphen/hyph_pl_PL.dic -PLIST_DIRS= share/hyphen +PLIST_FILES= %%DATADIR%%/hyph_pl_PL.dic +PLIST_DIRSTRY= %%DATADIR%% do-install: - @${MKDIR} ${PREFIX}/share/hyphen - @${INSTALL_DATA} ${WRKDIR}/hyph_pl_PL.dic ${PREFIX}/share/hyphen + ${MKDIR} ${DATADIR}/ + ${INSTALL_DATA} ${WRKDIR}/hyph_pl_PL.dic ${DATADIR}/ .include -- cgit