summaryrefslogtreecommitdiff
path: root/ccrypt/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ccrypt/Pkgfile')
-rw-r--r--ccrypt/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ccrypt/Pkgfile b/ccrypt/Pkgfile
index c057960c3..0df5c7a9e 100644
--- a/ccrypt/Pkgfile
+++ b/ccrypt/Pkgfile
@@ -4,12 +4,12 @@
name=ccrypt
version=1.10
-release=1
+release=2
source=(http://ccrypt.sourceforge.net/download/$name-$version.tar.gz)
build () {
cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man --disable-nls
+ ./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}

Generated by cgit