mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix installation by adding forgotten patch
This commit is contained in:
parent
e3a3698100
commit
b6d9d8471c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357403
@ -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
|
||||
|
13
misc/lingoteach/files/patch-data__Makefile.in
Normal file
13
misc/lingoteach/files/patch-data__Makefile.in
Normal file
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user