diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-05 15:26:01 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-05 15:26:01 +0000 |
commit | 3c1cf51f3127a82d0199e89be2775a74e157d53f (patch) | |
tree | 6692020e79ee6984936aea8655e2eb502df85583 /math/kseg/Makefile | |
parent | Don't depend on XLIB in case a build without X is requested (diff) |
A Turkish translation was added to the tarball
Install examples into EXAMPLESDIR
Bump PORTREVISION
PR: 73041
Submitted by: Kuang-che Wu <kcwu@csie.org>
Don't install the non-existing xx-language files
Diffstat (limited to 'math/kseg/Makefile')
-rw-r--r-- | math/kseg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/kseg/Makefile b/math/kseg/Makefile index 9db12b624567..75688214ea2b 100644 --- a/math/kseg/Makefile +++ b/math/kseg/Makefile @@ -7,6 +7,7 @@ PORTNAME= kseg PORTVERSION= 0.401 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math graphics MASTER_SITES= http://www.mit.edu/~ibaran/ @@ -26,14 +27,13 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kseg ${PREFIX}/bin ${MKDIR} ${PREFIX}/lib/X11/kseg ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/X11/kseg -.for TRANS in cy de en es fr hu it ja nb nl pt xx +.for TRANS in cy de en es fr hu it ja nb nl pt tr ${INSTALL_DATA} ${WRKSRC}/kseg_${TRANS}.qm ${PREFIX}/lib/X11/kseg .endfor -.for TRANS in en es fr it ja nl pt +.for TRANS in en es fr it ja nl pt tr ${INSTALL_DATA} ${WRKSRC}/kseg_help_${TRANS}.html ${PREFIX}/lib/X11/kseg .endfor - ${MKDIR} ${PREFIX}/lib/X11/kseg/examples - for EXAMPLES in ${WRKSRC}/examples/*;do \ - ${INSTALL_DATA} $${EXAMPLES} ${PREFIX}/lib/X11/kseg/examples;done + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .include <bsd.port.mk> |