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