summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-12-15 10:19:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-12-15 10:19:14 +0000
commit3219e1ccc2e5cdfb977ea663c6ced6c71b6e38c0 (patch)
tree13916b09e80be0428c25c25ae02af9d336d61fa0 /russian
parentFix `make fetch'. (diff)
- Fix build with new FPC
PR: 205076 Submitted by: Andrey Fesenko (maintainer) Approved by: mat (mentor) Differential Revision: D4563
Notes
Notes: svn path=/head/; revision=403769
Diffstat (limited to 'russian')
-rw-r--r--russian/emkatic/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/russian/emkatic/Makefile b/russian/emkatic/Makefile
index 9161a4ac1ab5..c1796ff651e1 100644
--- a/russian/emkatic/Makefile
+++ b/russian/emkatic/Makefile
@@ -3,6 +3,7 @@
PORTNAME= emkatic
PORTVERSION= 0.26
+PORTREVISION= 1
CATEGORIES= russian emulators
MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -16,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt
BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \
fpcres:${PORTSDIR}/lang/fpc-utils
-USE_FPC= cairo fcl-base fcl-image fcl-json fcl-process fcl-xml hash \
- pasjpeg paszlib x11
+USE_FPC= cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg x11
PROJECT_FILE= emkatic.lpi
LAZARUS_VER= 1.4.2
@@ -62,6 +62,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}