Code cleanup
This commit is contained in:
parent
bd893d7141
commit
4184606f1e
|
@ -706,11 +706,7 @@ EOF
|
|||
echo "RCD_SCRIPTS+= $i"
|
||||
done
|
||||
|
||||
[ -f "$PKGSRC_ROOT/wip/$pkgname/options.mk" ] && cat << EOF
|
||||
|
||||
.include "options.mk"
|
||||
EOF
|
||||
|
||||
#fix installation path for manual pages
|
||||
if [ $DEPEND_docbookxsl -eq 1 ]; then
|
||||
echo ""
|
||||
echo "post-install:"
|
||||
|
@ -724,6 +720,12 @@ EOF
|
|||
echo " \${RMDIR} \${DESTDIR}\${PREFIX}/share/man"
|
||||
fi
|
||||
|
||||
#options
|
||||
[ -f "$PKGSRC_ROOT/wip/$pkgname/options.mk" ] && cat << EOF
|
||||
|
||||
.include "options.mk"
|
||||
EOF
|
||||
|
||||
echo ""
|
||||
[ $DEPEND_gtkdoc -eq 1 ] &&
|
||||
echo '.include "../../textproc/gtk-doc/buildlink3.mk"'
|
||||
|
|
Loading…
Reference in New Issue
Block a user