diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-20 19:00:07 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-20 19:00:07 +0000 |
commit | c1e9a4463d83326ed858d6b1bc02ac4928b9b279 (patch) | |
tree | ac46dfc24a0fbf85c841cbc9693917b0a97ac0df | |
parent | 96d981cda2544fefebf9d68f987a67173d8b45d2 (diff) | |
download | FreeBSD-ports-c1e9a4463d83326ed858d6b1bc02ac4928b9b279.zip FreeBSD-ports-c1e9a4463d83326ed858d6b1bc02ac4928b9b279.tar.gz |
cleanup plist
-rw-r--r-- | hungarian/hunspell/Makefile | 1 | ||||
-rw-r--r-- | hungarian/hyphen/Makefile | 1 | ||||
-rw-r--r-- | hungarian/mythes/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/hungarian/hunspell/Makefile b/hungarian/hunspell/Makefile index 395bea7..6748bff 100644 --- a/hungarian/hunspell/Makefile +++ b/hungarian/hunspell/Makefile @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/hu_HU-${PORTVERSION} PLIST_FILES= %%DATADIR%%/hu_HU.aff \ %%DATADIR%%/hu_HU.dic -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/hungarian/hyphen/Makefile b/hungarian/hyphen/Makefile index e69d1a8..2758840 100644 --- a/hungarian/hyphen/Makefile +++ b/hungarian/hyphen/Makefile @@ -18,7 +18,6 @@ NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/hungarian/mythes/Makefile b/hungarian/mythes/Makefile index 27ee1c6..b63fbd0 100644 --- a/hungarian/mythes/Makefile +++ b/hungarian/mythes/Makefile @@ -19,7 +19,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/th_hu_HU.dat \ %%DATADIR%%/th_hu_HU.idx -PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ |