aboutsummaryrefslogtreecommitdiff
path: root/textproc/it-hunspell
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-12 19:17:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-12 19:17:06 +0000
commite07aaa88accd4962818f6efd109458ba18fc3557 (patch)
treec3abefd64ec6d20aa524f34eccbb4484c17ee7c6 /textproc/it-hunspell
parentc6527d9336ad2f3169768f3a7a92172071968605 (diff)
- Unify COMMENT and pkg-descr
- Set WRKSRC - Fix typo - Add trailing slash of WWW
Notes
Notes: svn path=/head/; revision=279564
Diffstat (limited to 'textproc/it-hunspell')
-rw-r--r--textproc/it-hunspell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/it-hunspell/Makefile b/textproc/it-hunspell/Makefile
index f92e7c94f188..8af1d24533da 100644
--- a/textproc/it-hunspell/Makefile
+++ b/textproc/it-hunspell/Makefile
@@ -20,6 +20,7 @@ LICENSE= GPLv3
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/it_IT.aff \
%%DATADIR%%/it_IT.dic
@@ -27,6 +28,6 @@ PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/it_IT.aff ${WRKDIR}/it_IT.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/it_IT.aff ${WRKSRC}/it_IT.dic ${DATADIR}/
.include <bsd.port.mk>