CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: updated mandir
authorVictor Martinez <pitillo@ono.com>
Mon, 14 Dec 2015 20:15:53 +0000 (21:15 +0100)
committerVictor Martinez <pitillo@ono.com>
Mon, 14 Dec 2015 20:15:53 +0000 (21:15 +0100)
prt-get/.footprint
prt-get/Pkgfile

index 2c505fe289a3a9353b4d9b80ba2ddb4f60c46025..73041272da49ec221cfdbd65f07f822e01fc15d7 100644 (file)
@@ -4,12 +4,13 @@ drwxr-xr-x    root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 lrwxrwxrwx     root/root       usr/bin/prt-cache -> prt-get
 -rwxr-xr-x     root/root       usr/bin/prt-get
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/prt-get.conf.5.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/prt-cache.8.gz
--rw-r--r--     root/root       usr/man/man8/prt-get.8.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man5/
+-rw-r--r--     root/root       usr/share/man/man5/prt-get.conf.5.gz
+drwxr-xr-x     root/root       usr/share/man/man8/
+-rw-r--r--     root/root       usr/share/man/man8/prt-cache.8.gz
+-rw-r--r--     root/root       usr/share/man/man8/prt-get.8.gz
 drwxr-xr-x     root/root       var/
 drwxr-xr-x     root/root       var/lib/
 drwxr-xr-x     root/root       var/lib/pkg/
index e8c6c86c66fcb109c498c6b7baf94fe296e57f35..f8a18ebf573669d938d988603b6dda617a58b1f2 100644 (file)
@@ -6,15 +6,14 @@
 
 name=prt-get
 version=5.19
-release=2
+release=3
 source=(http://jw.smts.ch/files/crux/prt-get-$version.tar.gz
         prt-get.conf prt-get.aliases)
 
 build() {
   cd ${name}-${version}
 
-  ./configure --prefix=/usr \
-              --mandir=/usr/man
+  ./configure --prefix=/usr
   make
   make DESTDIR=$PKG install