commit f9ac470d458433f0196b3fe796c1a2b85421315c Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Jan 31 19:34:18 2018 +1100 scons: move man pages diff --git a/scons/.footprint b/scons/.footprint index d8c38c293..7b11d2928 100644 --- a/scons/.footprint +++ b/scons/.footprint @@ -605,8 +605,9 @@ drwxr-xr-x root/root usr/lib/scons-3.0.1/SCons/compat/ -rw-r--r-- root/root usr/lib/scons-3.0.1/SCons/exitfuncs.pyc -rw-r--r-- root/root usr/lib/scons-3.0.1/SCons/exitfuncs.pyo -rw-r--r-- root/root usr/lib/scons-3.0.1/scons-3.0.1-py2.7.egg-info -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-rw-r-- root/root usr/man/man1/scons-time.1.gz --rw-rw-r-- root/root usr/man/man1/scons.1.gz --rw-rw-r-- root/root usr/man/man1/sconsign.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-rw-r-- root/root usr/share/man/man1/scons-time.1.gz +-rw-rw-r-- root/root usr/share/man/man1/scons.1.gz +-rw-rw-r-- root/root usr/share/man/man1/sconsign.1.gz diff --git a/scons/.signature b/scons/.signature index e8c01b91a..4128146dd 100644 --- a/scons/.signature +++ b/scons/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/UZWC0nmtP/RmMpS/CaIzRkW22sNSwt0S2pN3pyy4aaK6c6W8rujCJI4/tI5uRdgqQbELETzJkCTB1UhNvw1EAk= -SHA256 (Pkgfile) = 327aaf9c8176efcc2e3fc50f3ab78cdb4d708af633ccad4c4a347ef271e10391 -SHA256 (.footprint) = a0209832a556ae5130e34e471b4daa0e2ce2f02f80b27595a34f86c7f5c0f287 +RWSE3ohX2g5d/TTQ0d9UIISQu069xxFT8GLiTUrrCbUY11mt9IJXHLRK6Wv8N9yzt/zBjDxBwY7OpeHrGnhzFZy2TsKul8QT0Qc= +SHA256 (Pkgfile) = 6b502ff8c1d99329593d5db5642d6df47601eecf18de53a1090515447d219902 +SHA256 (.footprint) = e1033dfd24f5f7b79b004ba02de5b2281672ab5f15ddbb540bc9ed18f215f3be SHA256 (scons-3.0.1.tar.gz) = 24475e38d39c19683bc88054524df018fe6949d70fbd4c69e298d39a0269f173 diff --git a/scons/Pkgfile b/scons/Pkgfile index 4c0fc346a..b45c86e16 100644 --- a/scons/Pkgfile +++ b/scons/Pkgfile @@ -12,5 +12,6 @@ build() { cd $name-$version /usr/bin/python setup.py build - /usr/bin/python setup.py install --root=$PKG --optimize=1 + /usr/bin/python setup.py install --root=$PKG --optimize=1 \ + --install-data=/usr/share }