aboutsummaryrefslogtreecommitdiff
path: root/misc/lingoteach
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-11 00:03:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-11 00:03:54 +0000
commitb6d9d8471c41f36eb0ca9aff99d8dab41a5cdb97 (patch)
tree8ffa905437113b2b090b694f48ac1e02ef89e1e0 /misc/lingoteach
parente3a36981008ddc3996493067792b1a6219f690d2 (diff)
downloadports-b6d9d8471c41f36eb0ca9aff99d8dab41a5cdb97.tar.gz
ports-b6d9d8471c41f36eb0ca9aff99d8dab41a5cdb97.zip
- Fix installation by adding forgotten patch
Notes
Notes: svn path=/head/; revision=357403
Diffstat (limited to 'misc/lingoteach')
-rw-r--r--misc/lingoteach/Makefile2
-rw-r--r--misc/lingoteach/files/patch-data__Makefile.in13
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile
index ac1f9d169097..12f5116f95b5 100644
--- a/misc/lingoteach/Makefile
+++ b/misc/lingoteach/Makefile
@@ -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
diff --git a/misc/lingoteach/files/patch-data__Makefile.in b/misc/lingoteach/files/patch-data__Makefile.in
new file mode 100644
index 000000000000..53f6ee440135
--- /dev/null
+++ b/misc/lingoteach/files/patch-data__Makefile.in
@@ -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:
+