diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 07:53:04 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 07:53:04 +0000 |
commit | 5c3a0901a353d083d7d4ded8b3c47855e064809f (patch) | |
tree | 44834d242ed36d659f649b1accd84df5f148c917 /french | |
parent | 038776e75d51491b0ad6d377b2c6934be3132425 (diff) | |
download | ports-5c3a0901a353d083d7d4ded8b3c47855e064809f.tar.gz ports-5c3a0901a353d083d7d4ded8b3c47855e064809f.zip |
- Fix distinfo.
- Fix patch-install.sh.
PR: ports/81691
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=136494
Diffstat (limited to 'french')
-rw-r--r-- | french/alphabet_sounds_fr/Makefile | 3 | ||||
-rw-r--r-- | french/alphabet_sounds_fr/distinfo | 4 | ||||
-rw-r--r-- | french/alphabet_sounds_fr/files/patch-install.sh | 50 |
3 files changed, 14 insertions, 43 deletions
diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile index 3093646d8a83..828d0bdd61aa 100644 --- a/french/alphabet_sounds_fr/Makefile +++ b/french/alphabet_sounds_fr/Makefile @@ -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 diff --git a/french/alphabet_sounds_fr/distinfo b/french/alphabet_sounds_fr/distinfo index 5e37dd3d2391..f1ea21e95f6e 100644 --- a/french/alphabet_sounds_fr/distinfo +++ b/french/alphabet_sounds_fr/distinfo @@ -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 diff --git a/french/alphabet_sounds_fr/files/patch-install.sh b/french/alphabet_sounds_fr/files/patch-install.sh index e93a4cffa4f5..b759573f591c 100644 --- a/french/alphabet_sounds_fr/files/patch-install.sh +++ b/french/alphabet_sounds_fr/files/patch-install.sh @@ -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/ |