diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 03:30:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 03:30:03 +0800 |
commit | 09697407b619b7d1043acff00051c58939ce0524 (patch) | |
tree | 46d556ca6e5c7d231754c1a2ed160297bf924325 /polish | |
parent | 4a41fbb4a4dc8fe2878631a5788143fe5b309e98 (diff) | |
download | freebsd-ports-gnome-09697407b619b7d1043acff00051c58939ce0524.tar.gz freebsd-ports-gnome-09697407b619b7d1043acff00051c58939ce0524.tar.zst freebsd-ports-gnome-09697407b619b7d1043acff00051c58939ce0524.zip |
cleanup plist
Diffstat (limited to 'polish')
-rw-r--r-- | polish/hunspell/Makefile | 1 | ||||
-rw-r--r-- | polish/hyphen/Makefile | 1 | ||||
-rw-r--r-- | polish/mythes/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/polish/hunspell/Makefile b/polish/hunspell/Makefile index 61e58fd2b3e7..88211c5d0cbb 100644 --- a/polish/hunspell/Makefile +++ b/polish/hunspell/Makefile @@ -18,7 +18,6 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pl_PL.aff \ %%DATADIR%%/pl_PL.dic -PLIST_DIRSTRY= %%DATADIR%% post-extract: @${MKDIR} ${WRKSRC} diff --git a/polish/hyphen/Makefile b/polish/hyphen/Makefile index bca060bea0aa..b0e5bf7e27e4 100644 --- a/polish/hyphen/Makefile +++ b/polish/hyphen/Makefile @@ -18,7 +18,6 @@ NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_pl_PL.dic -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/polish/mythes/Makefile b/polish/mythes/Makefile index 6ca51cb539d3..ba4a736813b9 100644 --- a/polish/mythes/Makefile +++ b/polish/mythes/Makefile @@ -19,7 +19,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/th_pl_PL_v2.dat \ %%DATADIR%%/th_pl_PL_v2.idx -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ |