Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 00:03:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357403 - in head/misc/lingoteach: . files
Message-ID:  <201406110003.s5B03tIQ003160@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 11 00:03:54 2014
New Revision: 357403
URL: http://svnweb.freebsd.org/changeset/ports/357403
QAT: https://qat.redports.org/buildarchive/r357403/

Log:
  - Fix installation by adding forgotten patch

Added:
  head/misc/lingoteach/files/
  head/misc/lingoteach/files/patch-data__Makefile.in   (contents, props changed)
Modified:
  head/misc/lingoteach/Makefile

Modified: head/misc/lingoteach/Makefile
==============================================================================
--- head/misc/lingoteach/Makefile	Tue Jun 10 23:40:37 2014	(r357402)
+++ head/misc/lingoteach/Makefile	Wed Jun 11 00:03:54 2014	(r357403)
@@ -2,7 +2,7 @@
 
 PORTNAME=	lingoteach
 PORTVERSION=	0.3.9
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	misc
 MASTER_SITES=	SF/${PORTNAME}/OldFiles:src
 DISTFILES=	${PORTNAME}-ui-${PORTVERSION}.tar.gz:src

Added: head/misc/lingoteach/files/patch-data__Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/lingoteach/files/patch-data__Makefile.in	Wed Jun 11 00:03:54 2014	(r357403)
@@ -0,0 +1,13 @@
+--- data/Makefile.in.orig	2003-10-16 21:37:04.000000000 +0400
++++ data/Makefile.in	2014-06-03 00:29:25.000000000 +0400
+@@ -15,8 +15,8 @@
+ 	-cp ./Makefile.in $(DISTDIR)
+ 
+ install: 
+-	-mkdir -p $(datadir)/lingoteach/data
+-	cp -r *.xml *.dtd *.txt $(datadir)/lingoteach/data
++	-mkdir -p ${DESTDIR}$(datadir)/lingoteach/data
++	cp -r *.xml *.dtd *.txt ${DESTDIR}$(datadir)/lingoteach/data
+ 
+ dvi:
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406110003.s5B03tIQ003160>