Add SHA1SUM command
Change charset for manpages to ascii
This commit is contained in:
parent
fc6afceaf6
commit
bb3184f703
@ -64,10 +64,11 @@ PRINTF=/usr/bin/printf
|
||||
LN=/usr/bin/ln
|
||||
GINSTALL=/usr/local/bin/install # BSD compatible install - usually GNU install
|
||||
COMPRESS=/usr/bsd/compress
|
||||
SHA1SUM=/usr/local/bin/sha1sum
|
||||
|
||||
# Groff stuff for manpages
|
||||
NROFF=/usr/local/bin/nroff
|
||||
NROFFOPTS="-c -mandoc -Tlatin1 -t"
|
||||
NROFFOPTS="-c -mandoc -Tascii -t"
|
||||
|
||||
# Define defaults
|
||||
pkgdir=${PWD##*/} # topdir under $BUILDPKG_BASE
|
||||
|
@ -20,7 +20,12 @@ $_libdir/*.so.*
|
||||
[man]
|
||||
subsys=man.man
|
||||
files(-,root,sys)
|
||||
$_mandir
|
||||
$_mandir/?a?[12456789]
|
||||
|
||||
[mandev]
|
||||
subsys=man.dev
|
||||
files(-,root,sys)
|
||||
$_mandir/?a?3
|
||||
|
||||
[info]
|
||||
subsys=man.info
|
||||
@ -33,5 +38,4 @@ files(-,root,sys)
|
||||
$_includedir
|
||||
$_libdir/*.so
|
||||
$_libdir/*.a
|
||||
$_libdir/*.la
|
||||
|
||||
|
@ -5,6 +5,9 @@ Version: %%SOURCE_AND_VER%%
|
||||
Vendor: %%VENDOR%%
|
||||
Packager: %%PKGEDBY%%
|
||||
|
||||
Source (sha1sum):
|
||||
%%SOURCE_SHA1SUM%%
|
||||
|
||||
BUILD DETAILS
|
||||
-------------
|
||||
Compiler:
|
||||
|
Loading…
x
Reference in New Issue
Block a user