summaryrefslogtreecommitdiff
path: root/enscript
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-11-22 14:21:17 +0100
committerJuergen Daubert <jue@jue.li>2016-11-22 14:21:17 +0100
commit0121c4828fcccf253c6bf0bd668677dfac80c71c (patch)
treeae948af5a08caa4c0cb8e06d3431625b09043722 /enscript
parent09089fc06b6ecfa1e719aaac327ad39fa604e1c3 (diff)
downloadopt-0121c4828fcccf253c6bf0bd668677dfac80c71c.tar.gz
opt-0121c4828fcccf253c6bf0bd668677dfac80c71c.tar.xz
enscript: move man-pages to /usr/share/man
Diffstat (limited to 'enscript')
-rw-r--r--enscript/.footprint12
-rw-r--r--enscript/.signature6
-rw-r--r--enscript/Pkgfile3
3 files changed, 10 insertions, 11 deletions
diff --git a/enscript/.footprint b/enscript/.footprint
index acf29d6cb..a5db731db 100644
--- a/enscript/.footprint
+++ b/enscript/.footprint
@@ -8,12 +8,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/states
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/enscript.cfg
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/diffpp.1.gz
--rw-r--r-- root/root usr/man/man1/enscript.1.gz
--rw-r--r-- root/root usr/man/man1/sliceprint.1.gz
--rw-r--r-- root/root usr/man/man1/states.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/enscript/
-rw-r--r-- root/root usr/share/enscript/88591.enc
@@ -158,3 +152,9 @@ drwxr-xr-x root/root usr/share/enscript/hl/
-rw-r--r-- root/root usr/share/enscript/simple.hdr
-rw-r--r-- root/root usr/share/enscript/squeeze.hdr
-rw-r--r-- root/root usr/share/enscript/vms.enc
+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/diffpp.1.gz
+-rw-r--r-- root/root usr/share/man/man1/enscript.1.gz
+-rw-r--r-- root/root usr/share/man/man1/sliceprint.1.gz
+-rw-r--r-- root/root usr/share/man/man1/states.1.gz
diff --git a/enscript/.signature b/enscript/.signature
index 1010c8e3c..5d96645bc 100644
--- a/enscript/.signature
+++ b/enscript/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/X9P2UYVxbWB3PjDR9cRQRI+ka4Q0pnF8sxeehrfH8XOwvuqnVrX/jAYUYj8jDlkHptK6ebrc6Hd1WgvLRDEAQs=
-SHA256 (Pkgfile) = 2a24065d0ddec37a46bcc5438160d645d7d7f703d427b4193200db7c16aa2408
-SHA256 (.footprint) = 1be467bc080406101a60bb8021c7e56444f6e60b3c0ffb1944fa7676253739e5
+RWSE3ohX2g5d/XFiKpONwrbw78ZWYI2xk3pZAocV+w6jGX90unjmCAEK9Xb56TNpa9chOFQTrjV634rSAl4Bq2gxiruFg8T+owk=
+SHA256 (Pkgfile) = 30ad3c6894e24e03a081a8d666b09baf1c30587be7aca35d5d63042d13c2f118
+SHA256 (.footprint) = de9d6711593b609b7e9f5f00fe0a1fa30242159d91ce05a2e56d6a7b97f39cde
SHA256 (enscript-1.6.6.tar.gz) = 6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb
diff --git a/enscript/Pkgfile b/enscript/Pkgfile
index 96f3a988e..bd0db8cfb 100644
--- a/enscript/Pkgfile
+++ b/enscript/Pkgfile
@@ -4,13 +4,12 @@
name=enscript
version=1.6.6
-release=1
+release=2
source=(http://ftp.gnu.org/gnu/enscript/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
- --mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install

Generated by cgit