summaryrefslogtreecommitdiffstats
path: root/base/cvs/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/cvs/Pkgfile')
-rw-r--r--base/cvs/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/base/cvs/Pkgfile b/base/cvs/Pkgfile
index 6e2af370f..489333722 100644
--- a/base/cvs/Pkgfile
+++ b/base/cvs/Pkgfile
@@ -1,12 +1,12 @@
-# Description: client version system
+# Description: client de système de contrôle de version
# URL: http://savannah.nongnu.org/projects/cvs/
# Maintainer: NuTyX Core Team
-# Packager: Floreal Cabanettes, cabaflo at wanadoo dot fr
+# Packager: thierryn1 at hispeed dot ch
# Depends on:
name=cvs
version=1.11.23
-release=1
+release=2
source=(http://nongnu.mirror.ironie.org/releases/$name/source/stable/$version/$name-$version.tar.bz2)
build() {
@@ -14,4 +14,5 @@ build() {
./configure --prefix=/usr
make -j3
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/info/dir
}