aboutsummaryrefslogtreecommitdiff
path: root/textproc/ro-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/ro-hunspell
parentc6527d9336ad2f3169768f3a7a92172071968605 (diff)
downloadports-e07aaa88accd4962818f6efd109458ba18fc3557.tar.gz
ports-e07aaa88accd4962818f6efd109458ba18fc3557.zip
- 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/ro-hunspell')
-rw-r--r--textproc/ro-hunspell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ro-hunspell/Makefile b/textproc/ro-hunspell/Makefile
index e85d9d850cc3..5824d93a91b1 100644
--- a/textproc/ro-hunspell/Makefile
+++ b/textproc/ro-hunspell/Makefile
@@ -21,6 +21,7 @@ LICENSE_COMB= dual
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/ro_RO.aff \
%%DATADIR%%/ro_RO.dic
@@ -28,6 +29,6 @@ PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKDIR}/ro_RO.aff ${WRKDIR}/ro_RO.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/ro_RO.aff ${WRKSRC}/ro_RO.dic ${DATADIR}/
.include <bsd.port.mk>