diff --git a/buildpkg.functions b/buildpkg.functions index c1d32de..2de082a 100644 --- a/buildpkg.functions +++ b/buildpkg.functions @@ -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 diff --git a/pkgdef.template.irix b/pkgdef.template.irix index 68c9382..df6b355 100644 --- a/pkgdef.template.irix +++ b/pkgdef.template.irix @@ -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 diff --git a/relnotes.template.irix b/relnotes.template.irix index 21343fe..55cb9d6 100644 --- a/relnotes.template.irix +++ b/relnotes.template.irix @@ -5,6 +5,9 @@ Version: %%SOURCE_AND_VER%% Vendor: %%VENDOR%% Packager: %%PKGEDBY%% +Source (sha1sum): +%%SOURCE_SHA1SUM%% + BUILD DETAILS ------------- Compiler: