aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lingoteach
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-11 08:03:54 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-11 08:03:54 +0800
commitf66690e7fc157ed96901fa69575d7b42d276da45 (patch)
tree8ffa905437113b2b090b694f48ac1e02ef89e1e0 /misc/lingoteach
parent3c886d31475f239d400333b88b202f592fbc375e (diff)
downloadfreebsd-ports-gnome-f66690e7fc157ed96901fa69575d7b42d276da45.tar.gz
freebsd-ports-gnome-f66690e7fc157ed96901fa69575d7b42d276da45.tar.zst
freebsd-ports-gnome-f66690e7fc157ed96901fa69575d7b42d276da45.zip
- Fix installation by adding forgotten patch
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:
+