1
0
forked from ports/opt

scons: move man pages

This commit is contained in:
Danny Rawlins 2018-01-31 19:34:18 +11:00
parent 4766a0daff
commit f9ac470d45
3 changed files with 11 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}