enscript: move man-pages to /usr/share/man
This commit is contained in:
parent
09089fc06b
commit
0121c4828f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user