CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: updated mandir
authorVictor Martinez <pitillo@ono.com>
Wed, 2 Dec 2015 19:04:37 +0000 (19:04 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 2 Dec 2015 19:04:37 +0000 (19:04 +0000)
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..4bda6a166418e355cdb559c42946b8e695039092 100644 (file)
@@ -6,15 +6,14 @@
 
 name=prt-get
 version=5.19
-release=2
-source=(http://jw.smts.ch/files/crux/prt-get-$version.tar.gz
+release=3
+source=(http://crux.nu/files/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