mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Fix distinfo.
- Fix patch-install.sh. PR: ports/81691 Submitted by: maintainer
This commit is contained in:
parent
038776e75d
commit
5c3a0901a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136494
@ -5,6 +5,7 @@
|
||||
|
||||
PORTNAME= alphabet_sounds_fr
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= french games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= childsplay
|
||||
@ -16,8 +17,6 @@ COMMENT= Educative games for children. Alphabet sounds package (french)
|
||||
BUILD_DEPENDS= ${X11BASE}/bin/childsplay:${PORTSDIR}/games/childsplay
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
BROKEN= Size mismatch
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (alphabet_sounds_fr.tar.gz) = 3fb47c0349b37b240a0bf33b726d2ab3
|
||||
SIZE (alphabet_sounds_fr.tar.gz) = 222730
|
||||
MD5 (alphabet_sounds_fr.tar.gz) = 422f14b3644c76e6ea0c2a10714bfc7b
|
||||
SIZE (alphabet_sounds_fr.tar.gz) = 222727
|
||||
|
@ -1,34 +1,19 @@
|
||||
--- install.sh.orig Mon Jun 28 13:44:23 2004
|
||||
+++ install.sh Sun Aug 22 17:16:36 2004
|
||||
@@ -1,8 +1,8 @@
|
||||
--- install.sh.orig Sun Mar 20 06:29:18 2005
|
||||
+++ install.sh Mon May 30 20:58:56 2005
|
||||
@@ -1,5 +1,5 @@
|
||||
-#!/bin/bash
|
||||
-# install plugin in the standard childsplay path
|
||||
+#!/bin/sh
|
||||
+# install plugin in the standard childsplay path
|
||||
+#!/bin/sh
|
||||
# install plugin in the standard childsplay path
|
||||
|
||||
PREFIX=/usr/local
|
||||
-DESTDIR=$PREFIX/games/childsplay
|
||||
+DESTDIR=$PREFIX/share/childsplay
|
||||
|
||||
###########################################################
|
||||
# DO NOT EDIT BEHIND THIS POINT
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
# Dependency, which version of childsplay at least
|
||||
DEPEN=0.71
|
||||
-
|
||||
+
|
||||
set -e
|
||||
CWD=`pwd`
|
||||
|
||||
@@ -34,23 +34,23 @@
|
||||
DESTDIR=$PREFIX/share/childsplay
|
||||
@@ -34,24 +34,8 @@
|
||||
echo "exit"
|
||||
exit 1
|
||||
fi
|
||||
-
|
||||
+
|
||||
echo -e "\n The path to install the soundfiles in is "
|
||||
echo " $DESTDIR."
|
||||
|
||||
-echo -e "\n The path to install the soundfiles in is "
|
||||
-echo " $DESTDIR."
|
||||
-echo " If you have installed childsplay in a other place, you can"
|
||||
-echo " give the full path to childsplay, otherwise just hit enter"
|
||||
-echo " Hit enter to install in $DESTDIR, or give the full path"
|
||||
@ -43,20 +28,7 @@
|
||||
- exit 1
|
||||
- fi
|
||||
-fi
|
||||
+#echo " If you have installed childsplay in a other place, you can"
|
||||
+#echo " give the full path to childsplay, otherwise just hit enter"
|
||||
+#echo " Hit enter to install in $DESTDIR, or give the full path"
|
||||
+#read path
|
||||
+#if [ $path ];then
|
||||
+# if [ -e $path/install.py ];then
|
||||
+# DESTDIR=path
|
||||
+# else
|
||||
+# echo "*********** WARNING *************"
|
||||
+# echo " $path does not exists or is not the childsplay directory"
|
||||
+# echo " exit"
|
||||
+# exit 1
|
||||
+# fi
|
||||
+#fi
|
||||
echo " Installing in $DESTDIR/Data/AlphabetSounds"
|
||||
|
||||
echo " Copy sound files"
|
||||
cp -rf $CWD/AlphabetSounds $DESTDIR/Data/
|
||||
|
Loading…
Reference in New Issue
Block a user