aboutsummaryrefslogtreecommitdiff
path: root/textproc/sl-mythes/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-27 16:42:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-27 16:42:40 +0000
commit9c63f215cb5f5af636ebc3d9922427dfb589b9a5 (patch)
treec48144472ce4e3ece6157f254846a003f2e1b9cd /textproc/sl-mythes/Makefile
parent2ba5fa05fd21e2725a33d2d9a61fb22457769dfa (diff)
downloadports-9c63f215cb5f5af636ebc3d9922427dfb589b9a5.tar.gz
ports-9c63f215cb5f5af636ebc3d9922427dfb589b9a5.zip
Notes
Diffstat (limited to 'textproc/sl-mythes/Makefile')
-rw-r--r--textproc/sl-mythes/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/sl-mythes/Makefile b/textproc/sl-mythes/Makefile
index 13adfc8ae7db..5c5d4f0942da 100644
--- a/textproc/sl-mythes/Makefile
+++ b/textproc/sl-mythes/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sl-mythes
-PORTVERSION= 2011.07.24
+PORTVERSION= 2011.07.27
CATEGORIES= textproc
MASTER_SITES= http://193.2.66.133:85/download/
DISTNAME= thes_sl_SI_v2
@@ -18,13 +18,14 @@ LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
PLIST_FILES= share/mythes/th_sl_SI_v2.dat \
share/mythes/th_sl_SI_v2.idx
-PLIST_DIRS= share/mythes
+PLIST_DIRSTRY= share/mythes
do-install:
- @${MKDIR} ${PREFIX}/share/mythes
- @${INSTALL_DATA} ${WRKDIR}/th_sl_SI_v2.* ${PREFIX}/share/mythes
+ ${MKDIR} ${PREFIX}/share/mythes/
+ ${INSTALL_DATA} ${WRKSRC}/th_sl_SI_v2.dat ${WRKSRC}/th_sl_SI_v2.idx ${PREFIX}/share/mythes/
.include <bsd.port.mk>