summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2017-01-05 17:56:41 +0100
committerJuergen Daubert <jue@jue.li>2017-01-05 17:56:41 +0100
commit9a836a80e95463123a6e0b416d65c5ab14ef04e8 (patch)
treebd35cb5a6354d05ed865cb768ee1f6377e2c93c8 /sc
parentcc8f51f81d47b9250573b190593fc7b5e1b6c4be (diff)
downloadopt-9a836a80e95463123a6e0b416d65c5ab14ef04e8.tar.gz
opt-9a836a80e95463123a6e0b416d65c5ab14ef04e8.tar.xz
sc: move man-pages to /usr/share/man
Diffstat (limited to 'sc')
-rw-r--r--sc/.footprint8
-rw-r--r--sc/.signature6
-rw-r--r--sc/Pkgfile8
3 files changed, 11 insertions, 11 deletions
diff --git a/sc/.footprint b/sc/.footprint
index 1e26ff41a..383a6a62f 100644
--- a/sc/.footprint
+++ b/sc/.footprint
@@ -3,11 +3,11 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/psc
-rwxr-xr-x root/root usr/bin/sc
-rwxr-xr-x root/root usr/bin/scqref
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/psc.1.gz
--rw-r--r-- root/root usr/man/man1/sc.1.gz
drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/psc.1.gz
+-rw-r--r-- root/root usr/share/man/man1/sc.1.gz
drwxr-xr-x root/root usr/share/sc/
drwxr-xr-x root/root usr/share/sc/plugins/
-rw-r--r-- root/root usr/share/sc/tutorial.sc
diff --git a/sc/.signature b/sc/.signature
index 129c30d1e..d049a24f3 100644
--- a/sc/.signature
+++ b/sc/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/bISI3wRQWpnhmGRgRFSawENZMnQiF+YKzU8S8A6xknJZicpYfLbkSyhF1Zn0fft2QPJulQMubVZRZTHPz3ZhgM=
-SHA256 (Pkgfile) = 5bd6dd41c9265d54bfb138e5bf70f9a1aac9219de10a807136fd46585d74d255
-SHA256 (.footprint) = c8913fa6a74049d87f2b73167b4151204aa591d6a3ceb82679a5b9276939e872
+RWSE3ohX2g5d/SEsUXEfoCnFcmUBiU77KEzKDwiCt48NSXieWOrVAfCAwCD3bgK0gqt5BfcN+OX1msqNHPnX8z9N6LUTTujzCwU=
+SHA256 (Pkgfile) = 86c7a810f6c5ac081ed920b301fd4ac3910860a9dc2f0c009fa649eea01af48d
+SHA256 (.footprint) = 743761643f2ec04193f9766f2c2e84c0232755523f7e7d67eed13bf8f71f794d
SHA256 (sc_7.16.orig.tar.gz) = e541f98bcf78ded2de2ce336abda9705a24b6ce67fc82806107880bf6504642a
SHA256 (sc_7.16-4.debian.tar.xz) = 8bc1ad000417a9d7c22aa68b75da4d30bd662be04cec91f0c7c381fd06bb07e4
diff --git a/sc/Pkgfile b/sc/Pkgfile
index 22a282cf4..94c1e2722 100644
--- a/sc/Pkgfile
+++ b/sc/Pkgfile
@@ -5,7 +5,7 @@
name=sc
version=7.16
-release=5
+release=6
source=(http://ftp.de.debian.org/debian/pool/main/s/sc/sc_7.16.orig.tar.gz \
http://ftp.de.debian.org/debian/pool/main/s/sc/sc_7.16-4.debian.tar.xz)
@@ -21,10 +21,10 @@ build () {
-e "/^LIBDIR=/s|doc/||" \
-e "/^LIB=/s/ncurses/ncursesw/" -i Makefile
- install -d $PKG/usr/{bin,man/man1,share/sc}
+ install -d $PKG/usr/{bin,share/man/man1,share/sc}
make
- make prefix=$PKG/usr install
+ make prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
- sed -i "s|$PKG||g" $PKG/usr/man/man1/sc.1
+ sed -i "s|$PKG||g" $PKG/usr/share/man/man1/sc.1
}

Generated by cgit